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 36d79a7 commit a8e1cb5Copy full SHA for a8e1cb5
.travis.yml
@@ -22,6 +22,7 @@ matrix:
22
# Test the latest stable release
23
- php: 7.0
24
- php: 7.1
25
+ - php: 7.2
26
- php: 7.2
27
env: COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="henrikbjorn/phpspec-code-coverage:^3.0"
28
@@ -38,9 +39,9 @@ matrix:
38
39
env: STABILITY="dev"
40
41
allow_failures:
- # Latest dev is allowed to fail.
42
+ - php: 7.3
43
- env: STABILITY="dev"
-
44
+
45
before_install:
46
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
47
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
0 commit comments