Skip to content

Commit cc8051b

Browse files
Fix travis config
1 parent 80796e3 commit cc8051b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
before_install: composer self-update
1717

1818
install:
19-
- if [[ $TRAVIS_PHP_VERSION = 5.4 || $TRAVIS_PHP_VERSION = 5.5]]; then composer update; fi;
19+
- if [[ $TRAVIS_PHP_VERSION = 5.4 || $TRAVIS_PHP_VERSION = 5.5 ]]; then composer update; fi;
2020
- composer install
2121

2222
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)