Skip to content

Commit 32d915a

Browse files
authored
Update .travis.yml
1 parent b38273d commit 32d915a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
6-
- 7.0
7-
- hhvm
8-
9-
matrix:
10-
allow_failures:
11-
- php: 7.0
4+
- 7.3
5+
- 7.4
6+
- 8.0
127

138
before_script:
149
- curl -s http://getcomposer.org/installer | php
1510
- php composer.phar install --dev
1611

17-
script: phpunit
12+
script: phpunit

0 commit comments

Comments
 (0)