Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Travis tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 18, 2014
1 parent 22095fb commit 0d328a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

script:
- phpunit --coverage-text
- phpunit --group unicode --coverage-text

matrix:
allow_failures:
- php: hhvm
fast_finish: true

0 comments on commit 0d328a2

Please sign in to comment.