File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
+ sudo : required
3
+ dist : trusty
4
+ group : edge
2
5
3
6
php :
4
7
- 5.5
5
8
- 5.6
6
9
- 7.0
7
- - hhvm
8
-
9
- matrix :
10
- allow_failures :
11
- - php : hhvm
10
+ - nightly
11
+ - hhvm-3.12
12
+ - hhvm-nightly
12
13
13
14
before_install :
15
+ - echo $TRAVIS_PHP_VERSION
14
16
- travis_retry composer self-update
15
17
16
18
install :
@@ -20,12 +22,12 @@ install:
20
22
- travis_retry composer update --no-interaction --prefer-source
21
23
22
24
before_script :
23
- - if [ $TRAVIS_PHP_VERSION != " hhvm" ]; then coverage="--coverage-xml"; fi
25
+ - if [[ $TRAVIS_PHP_VERSION != hhvm* ] ]; then coverage="--coverage-xml"; fi
24
26
- vendor/bin/codecept build
25
27
26
28
script :
27
29
- php-cs-fixer fix --dry-run
28
30
- vendor/bin/codecept run $coverage
29
31
30
- after_script :
32
+ after_success :
31
33
- if [ $coverage != "" ]; then coveralls --verbose; fi
You can’t perform that action at this time.
0 commit comments