Skip to content

Commit

Permalink
Merge pull request #13 from VovanR/feature/nodejs-v7
Browse files Browse the repository at this point in the history
add nodejs v7
  • Loading branch information
iamstarkov committed Nov 11, 2016
2 parents f094795 + dd601e3 commit 668d756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- v7
- v6
- v5
- v4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Travis CI uses `.travis.yml` file in the root of repository to learn about proje

The configuration template includes the following NodeJS versions:

* v7
* v6
* v5
* v4
Expand Down
1 change: 1 addition & 0 deletions generators/app/templates/travisyml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- v7
- v6
- v5
- v4
Expand Down

0 comments on commit 668d756

Please sign in to comment.