Skip to content

Commit

Permalink
Changing Travis configuration to add Node.js 6.10 and remove unnecess…
Browse files Browse the repository at this point in the history
…ary npm update.
  • Loading branch information
arithmetric committed Mar 26, 2017
1 parent 6afc0c7 commit e22ef92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- 4.3
before_install:
- npm -g install npm@latest-2
- "4.3"
- "6.10"
script:
- npm run lint
- npm test
Expand Down

0 comments on commit e22ef92

Please sign in to comment.