8000
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 12947af commit b3f29c0Copy full SHA for b3f29c0
.travis.yml
@@ -8,7 +8,7 @@ services:
8
9
before_script: pip3 install -r contrib/mmts/tests2/requirements.txt
10
11
-script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && blockade up && sleep 20 && python3 test_recovery.py
+script: cd contrib/mmts && docker build -t pgmmts . && cd tests2 && blockade up && sleep 20 && sudo python3 test_recovery.py
12
13
notifications:
14
email:
0 commit comments