Commit 8cd3e3af7c391f083f5f83593a260f831c7083af
update travis
wanderer committed on 3/21/2018, 8:59:25 PMParent: 53fa2cb6dbb5833d412e128716f96fe637b40738
Files changed
.travis.yml | changed |
.travis.yml | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | language: node_js |
2 | 2 | node_js: |
3 | - - "8" | |
3 | + - "9" | |
4 | 4 | env: |
5 | 5 | global: |
6 | 6 | - CXX=g++-4.8 |
7 | 7 | matrix: |
@@ -15,10 +15,10 @@ | ||
15 | 15 | matrix: |
16 | 16 | fast_finish: true |
17 | 17 | include: |
18 | 18 | - os: linux |
19 | - node_js: "8" | |
19 | + node_js: "9" | |
20 | 20 | env: TEST_SUITE=coveralls |
21 | 21 | - os: linux |
22 | - node_js: "8" | |
22 | + node_js: "9" | |
23 | 23 | env: TEST_SUITE=lint |
24 | 24 | script: npm run $TEST_SUITE |
Built with git-ssb-web