Skip to content

Commit e602951

Browse files
committed
:octocat:
1 parent 6c46e93 commit e602951

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: .travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: php
22

3-
php:
4-
- 7.2
5-
- nightly
3+
matrix:
4+
include:
5+
- php: 7.2
6+
- php: nightly
7+
allow_failures:
8+
- php: nightly
69

710
before_install:
811
- curl -o tests/cacert.pem https://curl.haxx.se/ca/cacert.pem
@@ -11,5 +14,3 @@ before_install:
1114
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
1215

1316
after_success: bash <(curl -s https://codecov.io/bash)
14-
15-

0 commit comments

Comments
 (0)