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

Commit

Permalink
ci: fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Feb 15, 2018
1 parent 99f392f commit 43d8a10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js: node
git:
depth: 2
submodules: true
submodules: false
branches:
only:
- master
Expand All @@ -11,12 +11,13 @@ cache:
- node_modules
before_install:
- cp .travis/id_rsa ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa'
- eval $(ssh-agent)
- ssh-add ~/.ssh/id_rsa
- cp .travis/ssh_config ~/.ssh/config
- git config --global user.name 'xiazeyu'
- git config --global user.email [email protected]
- git submodule update --init --recursive
install:
- npm install
script:
Expand Down

0 comments on commit 43d8a10

Please sign in to comment.