Skip to content

Commit

Permalink
chore: remove Node.js 4 (EOL), add Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Jun 10, 2018
1 parent c05ed98 commit d5c1d7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,11 +1,9 @@
language: node_js
sudo: false
node_js:
- "4"
- "6"
- "8"
- "9"
before_install: if [[ $(node -v) == v4* && $(npm -v) != 3* ]]; then npm i -g npm@3; fi
- "10"
script:
- npm run lint
- npm test

0 comments on commit d5c1d7d

Please sign in to comment.