Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcassam authored Mar 21, 2017
1 parent 878821a commit 8a68c55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: php

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

env:
Expand Down Expand Up @@ -32,4 +30,4 @@ script:
- phpunit --coverage-clover build/logs/clover.xml

after_success:
- vendor/bin/test-reporter
- vendor/bin/test-reporter

0 comments on commit 8a68c55

Please sign in to comment.