Skip to content

Commit

Permalink
Update .travis.yml (#343)
Browse files Browse the repository at this point in the history
* remove sudo; see https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
* only run coveralls for one Node.js version
  • Loading branch information
XhmikosR authored and bezoerb committed Dec 6, 2018
1 parent 6b8e75e commit 6d8963b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,5 +1,3 @@
sudo: required

git:
depth: 5

Expand All @@ -18,4 +16,5 @@ node_js:
cache:
yarn: true

after_success: npm run coveralls
after_success:
- if [[ "$TRAVIS_NODE_VERSION" = "10" ]]; then npm run coveralls; fi

0 comments on commit 6d8963b

Please sign in to comment.