Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrambe committed Sep 4, 2018
1 parent 9da8c8d commit 16822ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: php

php:
- 5.6
- 7.0
- hhvm
- 7.1
- 7.2

install:
- curl -s http://getcomposer.org/installer | php
Expand All @@ -14,4 +14,4 @@ script:
- php vendor/bin/phpunit -c phpunit.xml.dist

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

0 comments on commit 16822ff

Please sign in to comment.