Skip to content

Commit 9b2e24b

Browse files
committed
run recovery tests at travis #13
1 parent 701176c commit 9b2e24b

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
@@ -8,7 +8,7 @@ services:
88

99
before_script: env && pip3 install -r contrib/mmts/tests2/requirements.txt && which blockade
1010

11-
script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && sudo -H "PATH=$PATH" blockade up && sleep 20 && sudo -H "PATH=$PATH" python3 test_recovery.py
11+
script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && sudo env "PATH=$PATH" blockade up && sleep 20 && sudo env "PATH=$PATH" python3 test_recovery.py
1212

1313
notifications:
1414
email:

0 commit comments

Comments
 (0)