Skip to content

Commit

Permalink
feat(nodejs): Adding newer nodejs versions for testing
Browse files Browse the repository at this point in the history
see #51
  • Loading branch information
hypery2k committed Feb 16, 2018
1 parent 70d68ab commit 7450964
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ cli/target/*

# IDE
.idea/*

*.iml
*.swp
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
- NODE_VERSION="6" NPM_VERSION="4" DISPLAY=:99
- NODE_VERSION="7" NPM_VERSION="3" DISPLAY=:99
- NODE_VERSION="7" NPM_VERSION="4" DISPLAY=:99
- NODE_VERSION="8" NPM_VERSION="5" DISPLAY=:99
- NODE_VERSION="9" NPM_VERSION="5" DISPLAY=:99


addons:
# From some tests it seems you can only have one firefox addon.
Expand Down

0 comments on commit 7450964

Please sign in to comment.