Skip to content

Commit 51676e9

Browse files
committed
Call docker-compose up to run phpunit test
1 parent 27ad5f3 commit 51676e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ install:
2929
- docker exec -it php_test composer install --prefer-source --no-interaction
3030

3131
script:
32-
- docker exec -it php_test php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
32+
- docker-compose up

0 commit comments

Comments
 (0)