Skip to content

Commit 8a0c5ec

Browse files
committed
Update .travis.yml
updated node_js versions, included cache directory node_modules and commented out npm run react-cli
1 parent 1da6237 commit 8a0c5ec

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.travis.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
language: node_js
22

33
node_js:
4-
- 10
5-
- 9
6-
- 8
4+
- 'node'
5+
- '6'
6+
- '8'
7+
- '10'
78

8-
install: npm install
9+
cache:
10+
directories:
11+
- node_modules
12+
13+
install: npm i
914

1015
script:
11-
- npm run react-cli && echo -e "\n\n\n"
16+
# - npm run react-cli && echo -e "\n\n\n"
1217
- npm run test && echo -e "\n\n\n"
1318

1419
after_success: echo "Success"

0 commit comments

Comments
 (0)