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

Related to issue #11880
1.9
Ivan De Marino 2014-02-02 21:25:05 +00:00
parent a52f95cf46
commit f3cd4ecfa9
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: