Skip to content

Commit 6fbaf25

Browse files
committed
Core: Fix travis
1 parent 94159c5 commit 6fbaf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ php:
33
- '5.6'
44
- '7.0'
55
before_script:
6-
- composer -n install --no-dev
6+
- composer -n install
77
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then pecl install runkit; fi
88
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then echo "runkit.internal_override=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
99
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then pecl install uopz; fi

0 commit comments

Comments
 (0)