Skip to content

Commit

Permalink
remove node v4, add v7
Browse files Browse the repository at this point in the history
  • Loading branch information
llarousserie committed Dec 6, 2016
1 parent d4e1964 commit 99c59d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- v7
- v6
- v5
- v4
before_script:
- npm install
after_success:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"gulp",
"ecmascript6",
"html5bp",
"modernizr"
],
"modernizr",
"babel" ],
"dependencies": {
"generator-jasmine": "^0.2.2",
"generator-mocha": "^0.3.1",
Expand Down

0 comments on commit 99c59d6

Please sign in to comment.