Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsanseries authored Nov 4, 2018
1 parent 65f9257 commit bc03eea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,18 @@ addons:
packages:
- libstdc++-5-dev

cache:
directories:
- /tmp/liftoff

matrix:
include:
- env: DIST=loki
- env: DIST=juno

install:
- npm i -g @elementaryos/houston
- npm install @elementaryos/houston

script:
- houston ci
--distribution $DIST

0 comments on commit bc03eea

Please sign in to comment.