Skip to content

Commit 9e0b546

Browse files
author
matthias_schaub
committed
Merge branch 'dev' into continuous_deployment
2 parents accec06 + 3ba024e commit 9e0b546

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
@@ -36,7 +36,7 @@ script:
3636
- docker-compose up --build --detach firebase_deploy
3737
- docker-compose up --build --detach postgres
3838
- 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/
39+
- docker-compose run mapswipe_workers python -m unittest discover --verbose --start-directory tests/integration/
4040

4141
after_success:
4242
# Deploy to development server using Ansible

0 commit comments

Comments
 (0)