Skip to content

Commit

Permalink
Travis config tweaks (#693)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
RyanZim committed May 23, 2019
1 parent 713c606 commit 9f1c029
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,4 +1,3 @@
sudo: false
language: node_js
os:
- linux
Expand All @@ -14,10 +13,10 @@ env: TEST_SUITE=unit
matrix:
exclude:
- os: linux
node_js: 8
node_js: 12
include:
- os: linux
node_js: 8
node_js: 12
env: TEST_SUITE=full-ci
script: npm run-script $TEST_SUITE
after_success:
Expand Down

0 comments on commit 9f1c029

Please sign in to comment.