Skip to content

Commit

Permalink
Core: Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed May 5, 2017
1 parent 94159c5 commit 6fbaf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ php:
- '5.6'
- '7.0'
before_script:
- composer -n install --no-dev
- composer -n install
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then pecl install runkit; fi
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then echo "runkit.internal_override=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then pecl install uopz; fi
Expand Down

0 comments on commit 6fbaf25

Please sign in to comment.