Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
chore(ci): remove older node versions from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopvl committed Jul 26, 2017
1 parent a02cbb8 commit 3806496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- 4
- 5
- 6
- stable

# Make sure we have new NPM.
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"karma": "./bin/karma"
},
"engines": {
"node": "0.10 || 0.12 || 4 || 5 || 6"
"node": "4 || 5 || 6 || 8"
},
"version": "1.0.1",
"license": "MIT"
Expand Down

0 comments on commit 3806496

Please sign in to comment.