Skip to content

Commit 9f1c029

Browse files
authored
Travis config tweaks (#693)
* Remove sudo: false from .travis.yml Not needed as per https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure * Run linter on Node 12
1 parent 713c606 commit 9f1c029

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: false
21
language: node_js
32
os:
43
- linux
@@ -14,10 +13,10 @@ env: TEST_SUITE=unit
1413
matrix:
1514
exclude:
1615
- os: linux
17-
node_js: 8
16+
node_js: 12
1817
include:
1918
- os: linux
20-
node_js: 8
19+
node_js: 12
2120
env: TEST_SUITE=full-ci
2221
script: npm run-script $TEST_SUITE
2322
after_success:

0 commit comments

Comments
 (0)