Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis84 committed Dec 6, 2015
1 parent adc51b5 commit 6b7c78d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm
- php: nightly
allow_failures:
- php: hhvm
- php: nightly
fast_finish: true

before_script:
- composer self-update
Expand Down

0 comments on commit 6b7c78d

Please sign in to comment.