Skip to content

Commit

Permalink
Add nodejs version 10 for ci (#1058)
Browse files Browse the repository at this point in the history
* Add nodejs version 10 for ci

* Just Node 10
  • Loading branch information
Noel Yoo authored and timdorr committed Oct 23, 2018
1 parent 1ab1596 commit 1e93536
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- "8"
before_install:
- 'nvm install-latest-npm'
- "10"
env:
matrix:
- REACT=0.14
Expand Down

0 comments on commit 1e93536

Please sign in to comment.