Skip to content

Commit

Permalink
Try using an old version to sneak it through?
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic committed Feb 15, 2015
1 parent dec453e commit 3dbe5ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- 5.3.10 #php7
- hhvm
- hhvm-nightly

matrix:
allow_failures:
- php: 7
- php: 5.3.10 #php7
- php: hhvm
- php: hhvm-nightly

Expand All @@ -22,7 +22,7 @@ cache:
- $HOME/.composer/cache

before_install:
- pushd $HOME; git clone https://github.com/php/php-src.git; pushd php-src; ./buildconf -f; ./configure --prefix=$HOME/.phpenv/versions/7 && make && make install; phpenv global 7; popd; popd
- if [[ "$TRAVIS_PHP_VERSION" == "5.3.10" ]]; then pushd $HOME; git clone https://github.com/php/php-src.git; pushd php-src; ./buildconf -f; ./configure --prefix=$HOME/.phpenv/versions/7 && make && make install; phpenv global 7; popd; popd; php --version; fi

install:
- travis_retry composer install -n
Expand All @@ -37,8 +37,8 @@ script:

after_script:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]] && [[ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]]; then vendor/bin/coveralls -v; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.5" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.5" ]]; then php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi

notifications:
email:
Expand Down

0 comments on commit 3dbe5ec

Please sign in to comment.