Travis CI: Fix the build directives.

https://github.com/ariya/phantomjs/issues/11880
1.x
Ariya Hidayat 2014-01-06 16:45:33 -08:00
parent e897ab8bb2
commit 23f31391af
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@ language: cpp
compiler:
- gcc
cache: apt
before_install:
before_script:
- apt-get -y install build-essential chrpath git-core libssl-dev libfontconfig1-dev
script: ./build.s --confirm
script: ./build.sh --confirm