Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
Add 7.1 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranajp committed Dec 13, 2016
1 parent 8bdcbca commit 974c6fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 5.6
- 7.0
- 7.1
- nightly
- hhvm

Expand All @@ -17,6 +18,6 @@ before_script:

script:
- phpunit --coverage-clover build/logs/clover.xml --configuration ./phpunit.xml.dist ./tests

after_script:
- php bin/codacycoverage clover build/logs/clover.xml

0 comments on commit 974c6fd

Please sign in to comment.