Skip to content

Commit

Permalink
fixes travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Feb 26, 2017
1 parent 161d9e3 commit 450d9b6
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 @@ -32,11 +32,11 @@ before_script:
- mv ../`basename $TRAVIS_BUILD_DIR` `dirname $TRAVIS_BUILD_DIR`/yawik/module

script:
- cd `dirname $TRAVIS_BUILD_DIR`/yawik/module/YawikCompanyRegistration/test
- cd `dirname $TRAVIS_BUILD_DIR`/yawik/module/CompanyRegistration/test
- phpunit

after_script:
- cd `dirname $TRAVIS_BUILD_DIR`/yawik/module/YawikCompanyRegistration
- cd `dirname $TRAVIS_BUILD_DIR`/yawik/module/CompanyRegistration
- php `dirname $TRAVIS_BUILD_DIR`/yawik/vendor/bin/coveralls -vvv
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover test/build/logs/clover.serialized

0 comments on commit 450d9b6

Please sign in to comment.