git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit e9cc1b70b5ae3919582f9fc597c7a5b088f2a7d2

update travis.yalm

wanderer committed on 12/28/2016, 7:50:29 PM
Parent: 2a85ca122573fab1f79182c7c497ae31e6e62c84

Files changed

.travis.ymlchanged
.travis.ymlView
@@ -1,5 +1,7 @@
11 language: node_js
2+node_js:
3+ - "7"
24 before_install:
35 - cd tools
46 - wget https://storage.googleapis.com/chromium-v8/node-linux-rel/node-linux-rel-41967-121bf38bc0a2973476ba378ddd3ff3b5f97ae494.zip -O nodejs.zip
57 - unzip nodejs.zip
@@ -15,5 +17,15 @@
1517 - g++-4.8
1618 - wget
1719 - unzip
1820
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