Skip to content

Commit 7257129

Browse files
committed
gst
1 parent e67bd16 commit 7257129

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
@@ -1,13 +1,13 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0
87

98
before_script:
109
- stty cols 160
10+
- 'if [ "$TRAVIS_PHP_VERSION" = "5.4" ]; then composer require symfony/finder=~2.4 --no-update ; fi'
1111
- composer install -n --prefer-source
1212

1313
script: "php vendor/bin/codecept run"

0 commit comments

Comments
 (0)