Skip to content

Commit 4c7212b

Browse files
Update .travis.yml
1 parent b540450 commit 4c7212b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- hhvm
4+
- 7.3
5+
- 7.4
86

97
before_install:
108
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "extension=amqp.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi;'
@@ -14,4 +12,4 @@ before_install:
1412
install:
1513
- php composer.phar install
1614

17-
script: bin/phpunit
15+
script: bin/phpunit

0 commit comments

Comments
 (0)