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.
2 parents accec06 + 3ba024e commit 9e0b546Copy full SHA for 9e0b546
.travis.yml
@@ -36,7 +36,7 @@ script:
36
- docker-compose up --build --detach firebase_deploy
37
- docker-compose up --build --detach postgres
38
- docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/unittests/
39
- # 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/
40
41
after_success:
42
# Deploy to development server using Ansible
0 commit comments