Skip to content

Commit

Permalink
Updated travis ci script for the elementary docker/liftoff script
Browse files Browse the repository at this point in the history
  • Loading branch information
babluboy committed Apr 19, 2018
1 parent 11b7c3e commit a920364
Showing 1 changed file with 27 additions and 7 deletions.
34 changes: 27 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
language: node_js

node_js:
- lts/*

sudo: required
language: generic

services:
- docker
- docker

script:
- wget -O- https://raw.githubusercontent.com/harisvsulaiman/element-build/master/script.sh | sh -
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-5-dev

cache:
directories:
- /tmp/liftoff

branches:
except:
- /^debian\/\d/
matrix:
include:
- env: DIST=loki
- env: DIST=juno

install:
- npm install @elementaryos/houston

script:
- houston ci
--distribution $DIST

0 comments on commit a920364

Please sign in to comment.