Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Jan 14, 2014
1 parent e298560 commit 4032961
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,12 @@ language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm

before_script:
- composer install --dev
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install

matrix:
allow_failures:
- php: hhvm

0 comments on commit 4032961

Please sign in to comment.