Skip to content

Commit 2fde2fc

Browse files
Jean ClaveauJean Claveau
authored andcommitted
Disable tests against PHP nightly
1 parent fdd2d7f commit 2fde2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
- '5.6'
99
- '7.2'
1010
# - hhvm # dont work with FiltererTest::test_filterer_customizable (and I don't use hhvm)
11-
- nightly
11+
# - nightly # doesn't support Phpunit 5 anymore
1212

1313
# Commands to be run before your environment runs.
1414
before_script:

0 commit comments

Comments
 (0)