Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Commit

Permalink
Travis updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 20, 2014
1 parent 9a64cb0 commit fbf6007
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -4,8 +4,16 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer install --prefer-source
- composer self-update
- composer install --no-interaction --prefer-source --dev

script: phpunit

matrix:
allow_failures:
- php: hhvm
fast_finish: true

0 comments on commit fbf6007

Please sign in to comment.