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

Commit

Permalink
Fixed travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
xsist10 committed Apr 24, 2014
1 parent 7753a22 commit e4b7d54
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
@@ -1,18 +1,19 @@
language: php
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

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

script: phpunit

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/coveralls -v

0 comments on commit e4b7d54

Please sign in to comment.