diff options
author | Peter Dave Hello <hsu@peterdavehello.org> | 2014-08-30 00:44:56 +0800 |
---|---|---|
committer | Peter Dave Hello <hsu@peterdavehello.org> | 2014-08-30 00:44:56 +0800 |
commit | 09f83de297dc11b6572e26ec4e063c05fd668b22 (patch) | |
tree | ee7715cd2d8a76cbe90f3632ccd081310f853144 /.travis.yml | |
parent | f2befb6934214ec8d24459df84efc39c33e533a1 (diff) | |
download | gitlab-ce-09f83de297dc11b6572e26ec4e063c05fd668b22.tar.gz |
make CI build faster
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index dc30c490995..51076237fba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ env: before_install: - sudo apt-get install libicu-dev -y install: + - "travis_retry bundle config build.nokogiri --use-system-libraries" - "travis_retry bundle install --deployment --without production --retry 5" branches: only: @@ -37,3 +38,5 @@ before_script: script: "bundle exec rake $TASK --trace" notifications: email: false +git: + depth: 10 |