diff options
author | 2017-08-31 23:00:33 +0300 | |
---|---|---|
committer | 2017-09-02 18:05:59 +0300 | |
commit | e7b2dfb066704df35d11212e90713bcde2311da9 (patch) | |
tree | bc8cae91fbaeab1f3d36ad80eeb3afa112c0481b /travis-get-deps.sh | |
parent | cf31bd34a5a2aad7998b0d340304f959ae8fffa4 (diff) | |
download | newsboat-e7b2dfb066704df35d11212e90713bcde2311da9.tar.gz newsboat-e7b2dfb066704df35d11212e90713bcde2311da9.tar.zst newsboat-e7b2dfb066704df35d11212e90713bcde2311da9.zip |
Travis: install dependencies via config
The idea with YAML references comes from https://github.com/travis-ci/travis-ci/issues/3505
Diffstat (limited to '')
-rwxr-xr-x | travis-get-deps.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/travis-get-deps.sh b/travis-get-deps.sh index 8cdaf393..3e4deb70 100755 --- a/travis-get-deps.sh +++ b/travis-get-deps.sh @@ -1,14 +1,6 @@ #!/bin/sh case $TRAVIS_OS_NAME in - "linux") - sudo apt-add-repository -y ppa:jbboehr/php - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get update - sudo apt-get install libsqlite3-dev libcurl4-openssl-dev libxml2-dev libstfl-dev libjson-c-dev libncursesw5-dev bc asciidoc - pip install --user cpp-coveralls - ;; - "osx") brew update brew outdated "pkg-config" || brew upgrade "pkg-config" |