Skip to content

Commit

Permalink
TravisCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 30, 2016
1 parent c020424 commit 7783d1c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

sudo: false

install: travis_retry composer install --no-interaction --prefer-source --dev

script: vendor/bin/phpunit --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 7783d1c

Please sign in to comment.