Skip to content

Commit

Permalink
Test against PHP5.6, PHP7, & HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Apr 17, 2015
1 parent f44000f commit 59d7df0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,17 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- hhvm-nightly

matrix:
allow_failures:
- php: 7
- php: hhvm
- php: hhvm-nightly
fast_finish: true

before_script:
- composer self-update
Expand Down

0 comments on commit 59d7df0

Please sign in to comment.