Skip to content

Commit 4159f7b

Browse files
authored
Update .travis.yml
1 parent ce9e544 commit 4159f7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ language: php
33
php: [5.5,5.6,7.0]
44

55
env:
6-
- SF_VERSION='~3.0.0'
6+
- SF_VERSION='~3.1.0'
7+
- SF_VERSION='~3.2.0'
8+
- SF_VERSION='~3.3.0'
79

810
before_script:
911
- if [ "$COVERAGE" != "true" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi

0 commit comments

Comments
 (0)