Last active
July 19, 2018 21:50
-
-
Save danirabbit/a5be2002e7cc70b78cc6673eb01a7e87 to your computer and use it in GitHub Desktop.
Houston CI Travis YML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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