We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c46e93 commit e602951Copy full SHA for e602951
1 file changed
.travis.yml
@@ -1,8 +1,11 @@
1
language: php
2
3
-php:
4
- - 7.2
5
- - nightly
+matrix:
+ include:
+ - php: 7.2
6
+ - php: nightly
7
+ allow_failures:
8
9
10
before_install:
11
- curl -o tests/cacert.pem https://curl.haxx.se/ca/cacert.pem
@@ -11,5 +14,3 @@ before_install:
14
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
12
15
13
16
after_success: bash <(curl -s https://codecov.io/bash)
-
0 commit comments