We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4d268 commit 6d34ff3Copy full SHA for 6d34ff3
1 file changed
.travis.yml
@@ -3,9 +3,9 @@ language: php
3
php: [5.3]
4
5
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'
+ - SF_VERSION='~2.3.0,>=2.3.18'
+ - SF_VERSION='~2.4.0,>=2.4.8'
+ - SF_VERSION='~2.5.0,>=2.5.2'
9
10
before_script:
11
- export WEB_FIXTURES_HOST=http://localhost/index.php
@@ -38,4 +38,4 @@ script: phpunit -v
38
#after_script:
39
# - php vendor/bin/coveralls -v
40
after_failure:
41
- - cat selenium.log
+ - cat selenium.log
0 commit comments