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 c851e11 commit 671b8b2Copy full SHA for 671b8b2
.travis.yml
@@ -10,12 +10,9 @@ services:
10
- docker
11
12
before_script:
13
- - chmod +x ./scripts/runtests.sh
14
- - docker-compose -f docker-compose.yml up --build -d
+ - docker-compose -f docker-compose-pwd.yml up
15
- docker ps -a
16
- sleep 30 # wait for Mysql to start
17
18
-script: ./scripts/runtests.sh
19
-
20
after_script:
21
- docker-compose -f docker-compose.yml down
0 commit comments