Skip to content

Commit

Permalink
remove php 7.3 from allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 3, 2019
1 parent ee5838f commit 45895a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ php:
matrix:
fast_finish: true
allow_failures:
- php: 7.3
- php: nightly

global:
Expand Down Expand Up @@ -41,7 +40,6 @@ before_install:
- psql -c 'CREATE DATABASE test;' -U postgres

before_script:
- if [[ $TRAVIS_PHP_VERSION = nightly ]]; then git clone git://github.com/xdebug/xdebug.git && cd xdebug && phpize && ./configure --enable-xdebug && make && make install && echo "zend_extension = xdebug.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini && cd ..; fi
- echo 'extension = memcached.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo 'extension = redis.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer install --prefer-source
Expand Down

0 comments on commit 45895a4

Please sign in to comment.