Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Jun 29, 2015
1 parent 6516657 commit 11e852a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
- hhvm-nightly

before_script:
- wget https://scrutinizer-ci.com/ocular.phar
- composer self-update
- composer install --no-interaction --prefer-source
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
- composer dump-autoload -o

script:
- mkdir -p build/logs
Expand All @@ -19,3 +23,8 @@ script:
after_script:
- php vendor/bin/coveralls -v
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

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

0 comments on commit 11e852a

Please sign in to comment.