From 43d8a1037245440032e716923ecf83a10eb12772 Mon Sep 17 00:00:00 2001 From: xiazeyu_2011 Date: Thu, 15 Feb 2018 23:29:06 +0800 Subject: [PATCH] ci: fix errors --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b48fa0..4bd88c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: node git: depth: 2 - submodules: true + submodules: false branches: only: - master @@ -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 xiazeyu_2011@126.com +- git submodule update --init --recursive install: - npm install script: