We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b186d5e commit 9260934Copy full SHA for 9260934
.travis.yml
@@ -11,7 +11,7 @@ services:
11
12
before_script:
13
- chmod +x ./scripts/runtests.sh
14
- - docker-compose -f docker-compose-dev.yml up --build
+ - docker-compose -f docker-compose-dev.yml up --build -d
15
- docker ps -a
16
- sleep 30 # wait for Mysql to start
17
0 commit comments