Skip to content

Commit 1714f96

Browse files
author
NLRX-WJC
committed
ci: 修改ci配置文件
1 parent aaf9ce5 commit 1714f96

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: node_js
22
node_js:
3-
- "lts/*"
3+
- "10"
4+
cache:
5+
directories:
6+
- node_modules
47
install:
5-
- yarn
6-
script:
8+
- yarn
9+
before_script:
710
- chmod 777 ./deploy.sh
11+
script:
812
- ./deploy.sh
913
branch: master

0 commit comments

Comments
 (0)