File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
+ - 5.3
4
5
- 5.4
5
6
- 5.5
6
7
- 5.6
8
+ - 7.0
9
+ - hhvm
10
+
11
+ matrix :
12
+ fast_finish : true
13
+ allow_failures :
14
+ - php : hhvm
15
+ - php : 7.0
16
+
17
+ sudo : false
7
18
8
19
services : mongodb
9
20
10
21
before_script :
11
22
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
12
23
- mysql -e 'create database unittest;'
13
24
- composer self-update
14
- - composer install --dev --no-interaction
25
+ - travis_retry composer install --dev --no-interaction
15
26
16
27
script :
17
28
- mkdir -p build/logs
18
29
- phpunit --coverage-clover build/logs/clover.xml
19
30
20
- after_script :
21
- - php vendor/bin/coveralls -v
31
+ after_success :
32
+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'
You can’t perform that action at this time.
0 commit comments