Skip to content

Commit

Permalink
Switch to the docker-based infrastructure on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Dec 17, 2014
1 parent 63103ef commit 8f9608d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
language: php

sudo: false

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script: composer install --dev
install: composer install

script: phpunit --coverage-text --coverage-clover=coverage.clover

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

0 comments on commit 8f9608d

Please sign in to comment.