Travis CI: Adding comments to ".travis.yml".

Related to issue #11880
1.x
Ivan De Marino 2014-02-02 21:25:05 +00:00
parent 0765f9bdd2
commit 9940e8b25e
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ compiler:
- gcc
cache: apt
before_install:
- sudo apt-get -yqq update
- sudo apt-get -fyq install
- sudo apt-get -yqq update #< Suggested by the Travis CI doc
- sudo apt-get -fyq install #< Fixes inconsistency of packages installed previously
install:
- sudo apt-get -yq install build-essential chrpath libssl-dev libfontconfig1-dev
- sudo apt-get -yq install build-essential chrpath libssl-dev libfontconfig1-dev #< Build Dependencies
before_script:
- chmod +x ./build.sh
script: