Skip to content

Commit

Permalink
Merge pull request #150 from karma-runner/update-travis-to-use-latest…
Browse files Browse the repository at this point in the history
…-majors

chore: update travis to use latest node majors
  • Loading branch information
rogeriopvl authored Sep 8, 2017
2 parents adb5ffe + 105e957 commit 3d6aac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- "4.0"
- "6.0"
- 4
- 6
- stable

# Make sure we have new NPM.
Expand Down

0 comments on commit 3d6aac7

Please sign in to comment.