Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Sep 21, 2020
1 parent 882c820 commit 3c0b846
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: php

php:
- 5.6
- 7.0
- 7.2
- 7.4
- 7.2
- 7.4

install: composer install

after_success:
- travis_retry php vendor/bin/php-coveralls
- travis_retry php vendor/bin/php-coveralls

0 comments on commit 3c0b846

Please sign in to comment.