Skip to content

Commit

Permalink
Merge pull request #813 from DanielRuf/chore/remove-nodejs-4-add-node…
Browse files Browse the repository at this point in the history
…js-10

chore: remove Node.js 4 (EOL), add Node.js 10
  • Loading branch information
abetomo committed Jun 11, 2018
2 parents c05ed98 + d5c1d7d commit ff2f618
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 ff2f618

Please sign in to comment.