Skip to content

Commit 8094376

Browse files
committed
Only test latest PHP 5.3, and don't bother with HHVM.
1 parent c738911 commit 8094376

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ sudo: required
33

44
matrix:
55
include:
6-
- php: 5.3.10
7-
env: DB=mysqli
86
- php: 5.3
9-
env: DB=mysqli # MyISAM
7+
env: DB=mysqli
108
- php: 5.4
119
env: DB=mysqli
1210
- php: 5.4
@@ -21,10 +19,6 @@ matrix:
2119
env: DB=mysqli
2220
- php: 5.6
2321
env: DB=mysqli
24-
- php: hhvm
25-
env: DB=mysqli
26-
allow_failures:
27-
- php: hhvm
2822
fast_finish: true
2923

3024
env:
@@ -49,7 +43,7 @@ script:
4943
- sh -c "if [ '$SNIFF' != '0' ]; then travis/ext-sniff.sh $DB $TRAVIS_PHP_VERSION $EXTNAME; fi"
5044
- sh -c "if [ '$IMAGE_ICC' != '0' ]; then travis/check-image-icc-profiles.sh $DB $TRAVIS_PHP_VERSION; fi"
5145
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.4' ] && [ '$DB' = 'mysqli' ]; then phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/phpunit.xml.dist && php phpBB/ext/$EXTNAME/travis/check-coverage.php; else phpBB/vendor/bin/phpunit --configuration phpBB/ext/$EXTNAME/travis/phpunit-$DB-travis.xml --bootstrap ./tests/bootstrap.php; fi"
52-
- sh -c "if [ '$EPV' != '0' ] && [ '$TRAVIS_PHP_VERSION' = '5.3.10' ] && [ '$DB' = 'mysqli' ]; then phpBB/ext/$EXTNAME/vendor/bin/EPV.php run --dir='phpBB/ext/$EXTNAME/'; fi"
46+
- sh -c "if [ '$EPV' != '0' ] && [ '$TRAVIS_PHP_VERSION' = '5.3' ] && [ '$DB' = 'mysqli' ]; then phpBB/ext/$EXTNAME/vendor/bin/EPV.php run --dir='phpBB/ext/$EXTNAME/'; fi"
5347

5448
after_script:
5549
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.4' ] && [ '$DB' = 'mysqli' ] && [ '$TRAVIS_BRANCH' = 'master' ] && [ '$TRAVIS_PULL_REQUEST' = 'false' ]; then cd phpBB/ext/$EXTNAME && vendor/bin/test-reporter --coverage-report clover.xml; fi"

0 commit comments

Comments
 (0)