Commit e9cc1b70b5ae3919582f9fc597c7a5b088f2a7d2
update travis.yalm
wanderer committed on 12/28/2016, 7:50:29 PMParent: 2a85ca122573fab1f79182c7c497ae31e6e62c84
Files changed
.travis.yml | changed |
.travis.yml | ||
---|---|---|
@@ -1,5 +1,7 @@ | ||
1 | 1 | language: node_js |
2 | +node_js: | |
3 | + - "7" | |
2 | 4 | before_install: |
3 | 5 | - cd tools |
4 | 6 | - wget https://storage.googleapis.com/chromium-v8/node-linux-rel/node-linux-rel-41967-121bf38bc0a2973476ba378ddd3ff3b5f97ae494.zip -O nodejs.zip |
5 | 7 | - unzip nodejs.zip |
@@ -15,5 +17,15 @@ | ||
15 | 17 | - g++-4.8 |
16 | 18 | - wget |
17 | 19 | - unzip |
18 | 20 | |
19 | -script: ./npm run lint | |
21 | +matrix: | |
22 | + fast_finish: true | |
23 | + include: | |
24 | + - os: linux | |
25 | + node_js: "7" | |
26 | + env: TEST_SUITE=test | |
27 | + - os: linux | |
28 | + node_js: "7" | |
29 | + env: TEST_SUITE=lint | |
30 | +script: ./npm run $TEST_SUITE | |
31 | + |
Built with git-ssb-web