We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9e544 commit 4159f7bCopy full SHA for 4159f7b
1 file changed
.travis.yml
@@ -3,7 +3,9 @@ language: php
3
php: [5.5,5.6,7.0]
4
5
env:
6
- - SF_VERSION='~3.0.0'
+ - SF_VERSION='~3.1.0'
7
+ - SF_VERSION='~3.2.0'
8
+ - SF_VERSION='~3.3.0'
9
10
before_script:
11
- if [ "$COVERAGE" != "true" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
0 commit comments