Update testing

This commit is contained in:
Óscar de Arriba
2017-07-31 12:46:17 +02:00
parent eaf2486e12
commit c65a85eeb8

View File

@@ -5,6 +5,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install freetype bison27 gettext
icu4c jpeg libpng openssl readline homebrew/dupes/zlib curl; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link --force bison27; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link --force icu4c; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PHP_CONFIGURE_OPTIONS='--disable-gettext' fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install curl build-essential
autoconf libjpeg-dev libpng12-dev openssl libssl-dev libcurl4-openssl-dev pkg-config