Skip to content

Commit c7e35f8

Browse files
HF | Fix runtests.sh for travis
1 parent 9718a38 commit c7e35f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -ev
33
# Make sure starter fixtures can load successfully and all tests pass.
4-
docker-compose exec php vendor/bin/phpunit
4+
docker exec docker-laravel-api-dev_php_1 vendor/bin/phpunit
55

66

77

0 commit comments

Comments
 (0)