Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Use phpunit from Composer with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 10, 2015
1 parent 83862c4 commit a469e5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: php

sudo: false

php:
- 5.3
- 5.4
Expand All @@ -15,7 +17,7 @@ before_install:
- mkdir -p build/logs

script:
- phpunit -c phpunit.xml.dist
- ./vendor/bin/phpunit -c phpunit.xml.dist

after_script:
- php vendor/bin/coveralls
Expand Down

0 comments on commit a469e5f

Please sign in to comment.