Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Correct Path in travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
zf2timo committed Jan 13, 2015
1 parent a0419a9 commit 4c47dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ php:
before_script:
- mkdir -p build/coverage
- composer self-update
- composer update --prefer-source -v --dev
- composer update --prefer-source

script:
- phpunit --bootstrap=tests/bootstrap.php
- ./vendor/bin/phpunit --bootstrap=tests/bootstrap.php
- ./vendor/bin/phpcs -n --standard=PSR2 ./src ./tests

after_script:
Expand Down

0 comments on commit 4c47dd1

Please sign in to comment.