Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 43d8a10

Browse files
committed
ci: fix errors
1 parent 99f392f commit 43d8a10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js: node
33
git:
44
depth: 2
5-
submodules: true
5+
submodules: false
66
branches:
77
only:
88
- master
@@ -11,12 +11,13 @@ cache:
1111
- node_modules
1212
before_install:
1313
- cp .travis/id_rsa ~/.ssh/id_rsa
14-
- chmod 600 ~/.ssh/id_rsa
14+
- chmod 600 ~/.ssh/id_rsa'
1515
- eval $(ssh-agent)
1616
- ssh-add ~/.ssh/id_rsa
1717
- cp .travis/ssh_config ~/.ssh/config
1818
- git config --global user.name 'xiazeyu'
1919
- git config --global user.email xiazeyu_2011@126.com
20+
- git submodule update --init --recursive
2021
install:
2122
- npm install
2223
script:

0 commit comments

Comments
 (0)