git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: e9cc1b70b5ae3919582f9fc597c7a5b088f2a7d2

Files: e9cc1b70b5ae3919582f9fc597c7a5b088f2a7d2 / .travis.yml

570 bytesRaw
1language: node_js
2node_js:
3 - "7"
4before_install:
5 - cd tools
6 - wget https://storage.googleapis.com/chromium-v8/node-linux-rel/node-linux-rel-41967-121bf38bc0a2973476ba378ddd3ff3b5f97ae494.zip -O nodejs.zip
7 - unzip nodejs.zip
8 - cd bin
9
10env:
11 - CXX=g++-4.8
12addons:
13 apt:
14 sources:
15 - ubuntu-toolchain-r-test
16 packages:
17 - g++-4.8
18 - wget
19 - unzip
20
21matrix:
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
30script: ./npm run $TEST_SUITE
31
32

Built with git-ssb-web