Skip to content

Commit 1e93536

Browse files
Noel Yootimdorr
Noel Yoo
authored andcommitted
Add nodejs version 10 for ci (#1058)
* Add nodejs version 10 for ci * Just Node 10
1 parent 1ab1596 commit 1e93536

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
3-
- "8"
4-
before_install:
5-
- 'nvm install-latest-npm'
3+
- "10"
64
env:
75
matrix:
86
- REACT=0.14

0 commit comments

Comments
 (0)