Skip to content

Commit 7a40639

Browse files
committed
Use current version of .travis.yml
1 parent c04b5d0 commit 7a40639

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.travis.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,8 @@ addons:
1717
packages:
1818
- libstdc++-5-dev
1919

20-
cache:
21-
directories:
22-
- /tmp/liftoff
23-
24-
matrix:
25-
include:
26-
- env: DIST=loki
27-
- env: DIST=juno
28-
2920
install:
30-
- npm install @elementaryos/houston
21+
- npm i -g @elementaryos/houston
3122

3223
script:
3324
- houston ci
34-
--distribution $DIST
35-
36-
branches:
37-
only:
38-
- master

0 commit comments

Comments
 (0)