Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Travis CI: Adding comments to ".travis.yml".
Browse files Browse the repository at this point in the history
Related to issue #11880
  • Loading branch information
detro committed Feb 2, 2014
1 parent 0765f9b commit 9940e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 9940e8b

Please sign in to comment.