Skip to content

Commit

Permalink
Fix: Travis configuration
Browse files Browse the repository at this point in the history
- skip cloning [email protected]:zendframework/zf2.git into test directory
- specify configuration file for phpunit
  • Loading branch information
localheinz committed Nov 22, 2014
1 parent 225e837 commit be92b61
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ php:
- 5.5

env:
- ZF2_PATH=./zf2/library

before_install:
- cd test; git clone --depth=1 https://github.com/zendframework/zf2.git
- ZF2_PATH=./vendor/zendframework/zendframework/library

script:
- phpunit
- phpunit --configuration test/phpunit.xml

0 comments on commit be92b61

Please sign in to comment.