Skip to content

Commit

Permalink
.travis.yml: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
emonkak committed Dec 11, 2015
1 parent 7e197c6 commit 7fd828d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: hhvm

cache:
directories:
Expand All @@ -20,3 +26,5 @@ script:

after_script:
- php vendor/bin/coveralls

sudo: false

0 comments on commit 7fd828d

Please sign in to comment.