Skip to content

Commit

Permalink
feat/chore(travis): make build more faster
Browse files Browse the repository at this point in the history
- remove gulp installation
- set the depth of repo clone
  • Loading branch information
neoFelhz committed Jul 24, 2017
1 parent a4037f3 commit 5976472
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ language: node_js
node_js:
- "7"
install:
- npm install gulp -g
- npm install hexo-cli -g
before_script:
- git clone https://github.com/neko-dev/hexo-theme-test-ci.git
- git clone https://github.com/neko-dev/hexo-theme-test-ci.git --depth=5
- cd hexo-theme-test-ci
- rm -rf .git
- cd _hexo
- npm install
- git clone https://github.com/viosey/hexo-theme-material.git themes/material
- git clone https://github.com/viosey/hexo-theme-material.git themes/material --depth=10
- cd themes/material
- git checkout -t origin/canary
- git pull
Expand Down

0 comments on commit 5976472

Please sign in to comment.