Skip to content

Commit 9718a38

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

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 exec dockerlaravelapidev_php_1 vendor/bin/phpunit
4+
docker-compose exec php vendor/bin/phpunit
55

66

77

0 commit comments

Comments
 (0)