Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roderik van der Veer committed Apr 3, 2014
1 parent c76e903 commit b08b102
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

matrix:
allow_failures:
- php: 5.5
- php: hhvm


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

script: phpunit --debug

notifications:
email:
- support@kunstmaan.be
- travis@kunstmaan.be

0 comments on commit b08b102

Please sign in to comment.