File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- dist : trusty
2
+
3
3
php :
4
4
- 7.0
5
5
- 7.1
6
- - nightly
7
-
8
- matrix :
9
- allow_failures :
10
- - php :
11
- - nightly
6
+ - 7.2
12
7
13
8
cache :
14
9
directories :
15
10
- $HOME/.composer/cache
16
11
12
+ install :
13
+ - composer install --no-interaction
14
+
17
15
script :
18
16
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
19
- - composer update --no-interaction --prefer-source
20
- - vendor/bin/phpunit -v
21
-
22
- before_script :
23
- - composer install --no-interaction
24
17
25
18
after_script :
26
- - if [ $TRAVIS_PHP_VERSION = '7.0' ]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
19
+ - |
20
+ if [ $TRAVIS_PHP_VERSION = '7.1' ]; then
21
+ wget https://scrutinizer-ci.com/ocular.phar;
22
+ php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
23
+ fi
27
24
28
25
notifications :
29
26
irc : " irc.freenode.org#phpdocumentor"
You can’t perform that action at this time.
0 commit comments