Merge pull request #7639 from PeterDaveHello/patch-1
make CI build faster
This commit is contained in:
commit
0ef9ee18b1
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@ env:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install libicu-dev -y
|
- sudo apt-get install libicu-dev -y
|
||||||
install:
|
install:
|
||||||
|
- "travis_retry bundle config build.nokogiri --use-system-libraries"
|
||||||
- "travis_retry bundle install --deployment --without production --retry 5"
|
- "travis_retry bundle install --deployment --without production --retry 5"
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -37,3 +38,5 @@ before_script:
|
||||||
script: "bundle exec rake $TASK --trace"
|
script: "bundle exec rake $TASK --trace"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
git:
|
||||||
|
depth: 10
|
||||||
|
|
Loading…
Reference in a new issue