Skip to content

Commit

Permalink
updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cKlee committed Dec 1, 2017
1 parent 9f7c7fb commit c7f2fca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ allow_failures:
- php: hhvm

before_script:
- composer install -o -n
- composer install -o -n

script:
- mkdir -p build/logs
- vendor/bin/phpunit --testdox --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
- bin/coveralls -v

0 comments on commit c7f2fca

Please sign in to comment.