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