Skip to content

Commit

Permalink
chore(test): add node 10, 12 to travis, rem 4, 6
Browse files Browse the repository at this point in the history
Revert semver to work with node 8
  • Loading branch information
STRML committed Dec 30, 2019
1 parent 470ddb1 commit 6c84721
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 259 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- 4
- 6
- 8
- 10
- 12
email:
on_failure: change
on_success: never
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0",
"semver": "^7.1.1",
"semver": "^5.4.1",
"zuul": "^3.12.0"
},
"browserify": {
Expand Down
Loading

0 comments on commit 6c84721

Please sign in to comment.