diff --git a/.travis.yml b/.travis.yml index 3563c27..99d16a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,22 +17,8 @@ addons: packages: - libstdc++-5-dev -cache: - directories: - - /tmp/liftoff - -matrix: - include: - - env: DIST=loki - - env: DIST=juno - install: - - npm install @elementaryos/houston + - npm i -g @elementaryos/houston script: - houston ci - --distribution $DIST - -branches: - only: - - master