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

Commit

Permalink
update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Exeu committed Dec 6, 2015
1 parent 30d8511 commit 5f17845
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

sudo: false

matrix:
include:
- php: hhvm
- php: 5.3.3
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7
fast_finish: true
allow_failures:
- php: hhvm

script:
- phpunit

before_script:
# php deps
- composer self-update
Expand Down

0 comments on commit 5f17845

Please sign in to comment.