Skip to content

Commit

Permalink
Merge pull request Turbo87#59 from Turbo87/travis-sudo
Browse files Browse the repository at this point in the history
TravisCI: Remove deprecated `sudo: false` option
  • Loading branch information
Turbo87 authored Feb 24, 2019
2 parents d2504f3 + d273fae commit 74917c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js: 10

sudo: false

after_success:
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then bash .travis/deploy.sh; fi

0 comments on commit 74917c4

Please sign in to comment.