Skip to content

Commit

Permalink
Update php versions tested on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Feb 28, 2018
1 parent 98091a1 commit 9be1943
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: php

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

install:
- composer self-update
Expand All @@ -21,7 +22,3 @@ after_script:
- bash <(curl -s https://codecov.io/bash)
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml

matrix:
allow_failures:
- php: hhvm

0 comments on commit 9be1943

Please sign in to comment.