Skip to content

Commit

Permalink
Drop old PHP. Drop HHVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlind committed Feb 14, 2017
1 parent b3224f8 commit 0c245a8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
sudo: false
language: php
php:
- hhvm
- 7
- 7.1
- 7.0
- 5.6
- 5.5
before_script:
- composer install
script:
script:
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v

0 comments on commit 0c245a8

Please sign in to comment.