Skip to content

Commit b24a2b7

Browse files
committed
Speed up the travis build by cloning with limited depth only
1 parent 013d405 commit b24a2b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: ruby
22

3+
git:
4+
depth: 3
5+
36
before_install: gem install bundler
47
script: bundle exec jekyll build
58
after_success: source .travis/publish-website.sh

0 commit comments

Comments
 (0)