Skip to content

Commit 28e764a

Browse files
authored
Fix matrix excludes
1 parent 9560807 commit 28e764a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ env:
2525
matrix:
2626
exclude:
2727
- php: 5.6
28-
env: PHPUNIT=6.0.x-dev
28+
env: PHPUNIT=^6.0
2929
- php: hhvm
30-
env: PHPUNIT=6.0.x-dev
30+
env: PHPUNIT=^6.0
3131

3232
cache:
3333
directories:

0 commit comments

Comments
 (0)