Skip to content

Commit 6d34ff3

Browse files
committed
Update .travis.yml
1 parent 5a4d268 commit 6d34ff3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: php
33
php: [5.3]
44

55
env:
6-
- SF_VERSION='~2.3.0,>=2.3.19'
7-
- SF_VERSION='~2.4.0,>=2.4.9'
8-
- SF_VERSION='~2.5.0,>=2.5.3,<=2.5.4'
6+
- SF_VERSION='~2.3.0,>=2.3.18'
7+
- SF_VERSION='~2.4.0,>=2.4.8'
8+
- SF_VERSION='~2.5.0,>=2.5.2'
99

1010
before_script:
1111
- export WEB_FIXTURES_HOST=http://localhost/index.php
@@ -38,4 +38,4 @@ script: phpunit -v
3838
#after_script:
3939
# - php vendor/bin/coveralls -v
4040
after_failure:
41-
- cat selenium.log
41+
- cat selenium.log

0 commit comments

Comments
 (0)