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 9c0dc8b commit 3ba024eCopy full SHA for 3ba024e
.travis.yml
@@ -27,7 +27,7 @@ script:
27
- docker-compose up --build --detach firebase_deploy
28
- docker-compose up --build --detach postgres
29
- docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/unittests/
30
- # TODO: - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
+ - docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
31
32
# before_deploy:
33
# # SSH setup to deploy to server after build.
0 commit comments