Skip to content

Instantly share code, notes, and snippets.

@danirabbit
Last active July 19, 2018 21:50
Show Gist options
  • Save danirabbit/a5be2002e7cc70b78cc6673eb01a7e87 to your computer and use it in GitHub Desktop.
Save danirabbit/a5be2002e7cc70b78cc6673eb01a7e87 to your computer and use it in GitHub Desktop.
Houston CI Travis YML
---
language: node_js
node_js:
- lts/*
sudo: required
services:
- docker
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-5-dev
cache:
directories:
- /tmp/liftoff
install:
- npm install @elementaryos/houston
script:
- houston ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment