Skip to content

Commit

Permalink
Tweakin'
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtronic committed May 28, 2017
1 parent c4f6f06 commit 1bd9b03
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Expand Up @@ -16,15 +16,14 @@ install:
- composer install

before_script:
- pwd
- mkdir -p build/logs
- ls -al
- cd tests

script:
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml .
- phpunit --colors --coverage-clover ../build/logs/clover.xml .

after_success:
- ls -al ../
- ls -al ../build/logs
- php ../vendor/bin/coveralls --config ../.coveralls.yml -v
- cat ../build/logs/clover.xml
- cd ..
- php vendor/bin/coveralls --config .coveralls.yml -v

0 comments on commit 1bd9b03

Please sign in to comment.