Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Nov 17, 2017
1 parent 83005bd commit f60182b
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 @@ -20,11 +20,11 @@ install:

before_script:
- ./server &
- ./server unix.sock &
- ./server server.sock &

script:
- vendor/bin/phpunit --coverage-clover=clover.xml

after_script:
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
- php coveralls.phar --verbose --config .coveralls.yml
- php coveralls.phar --verbose --config .coveralls.yml

0 comments on commit f60182b

Please sign in to comment.