Travis CI: trying to make the build more "resilient".

Related to issue #11880.
1.9
Ivan De Marino 2014-02-02 21:00:53 +00:00
parent fc6f7baf6a
commit a52f95cf46
1 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,12 @@ language: cpp
compiler:
- gcc
cache: apt
before_install:
- sudo apt-get -yqq update
- sudo apt-get -fyq install
install:
- sudo apt-get -yq install build-essential chrpath libssl-dev libfontconfig1-dev
before_script:
- sudo apt-get -y install build-essential chrpath git-core libssl-dev libfontconfig1-dev
- chmod +x ./build.sh
script: ./build.sh --confirm --silent
script:
- ./build.sh --confirm --silent