Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
TravisCI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
corpsee committed Jan 15, 2016
1 parent 47092c2 commit 6347310
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php:
- 5.6
allow_failures:
- php: 5.3

fast_finish: true

install:
- composer selfupdate
- composer install

install: composer install
script:
- phpunit --configuration native.xml --coverage-text
- phpunit --configuration mbstring.xml --coverage-text
- phpunit --configuration native.xml
- phpunit --configuration mbstring.xml

notifications:
email:
recipients:
- [email protected]

on_success: always
on_failure: always

0 comments on commit 6347310

Please sign in to comment.