We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80796e3 commit cc8051bCopy full SHA for cc8051b
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
before_install: composer self-update
17
18
install:
19
- - if [[ $TRAVIS_PHP_VERSION = 5.4 || $TRAVIS_PHP_VERSION = 5.5]]; then composer update; fi;
+ - if [[ $TRAVIS_PHP_VERSION = 5.4 || $TRAVIS_PHP_VERSION = 5.5 ]]; then composer update; fi;
20
- composer install
21
22
script: vendor/bin/phpunit
0 commit comments