We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aae0db commit 39b2954Copy full SHA for 39b2954
.travis.yml
@@ -0,0 +1,38 @@
1
+---
2
+
3
+language: node_js
4
5
+node_js:
6
+ - lts/*
7
8
+sudo: required
9
10
+services:
11
+ - docker
12
13
+addons:
14
+ apt:
15
+ sources:
16
+ - ubuntu-toolchain-r-test
17
+ packages:
18
+ - libstdc++-5-dev
19
20
+cache:
21
+ directories:
22
+ - /tmp/liftoff
23
24
+matrix:
25
+ include:
26
+ - env: DIST=loki
27
+ - env: DIST=juno
28
29
+install:
30
+ - npm install @elementaryos/houston
31
32
+script:
33
+ - houston ci
34
+ --distribution $DIST
35
36
+branches:
37
+ only:
38
+ - master
0 commit comments