Skip to content

Commit

Permalink
Merge pull request #59 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
Add PHP 7.0-nightly and other improvements to Travis configuration
  • Loading branch information
Florian Eckerstorfer committed Mar 17, 2015
2 parents 3ba7f82 + 3b81b70 commit 1689743
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,25 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0
fast_finish: true

addons:
code_climate:
repo_token: e27c69a17c19e62d55c1ec43eecc6821b905c504e5cb5cc4ad7f8a997163447a

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar --prefer-source --dev install
- cp phpunit.xml.dist phpunit.xml
- composer self-update
- composer install --prefer-source

script:
- mkdir -p build/logs
- ./vendor/bin/phpunit -c ./
- ./vendor/bin/phpunit

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

0 comments on commit 1689743

Please sign in to comment.