Add .travis.yml
This commit is contained in:
parent
4aae0dbf16
commit
39b2954701
38
.travis.yml
Normal file
38
.travis.yml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- env: DIST=loki
|
||||||
|
- env: DIST=juno
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm install @elementaryos/houston
|
||||||
|
|
||||||
|
script:
|
||||||
|
- houston ci
|
||||||
|
--distribution $DIST
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
Loading…
Reference in New Issue
Block a user