Skip to content

Commit

Permalink
trustymail has no Dockerfile...yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Apr 6, 2018
1 parent 8cca108 commit 8be7437
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
script:
- pytest --cov=trustymail
- flake8 .
- bash travis_scripts/build_docker_image.sh
# - bash travis_scripts/build_docker_image.sh

after_success:
- coveralls
Expand All @@ -37,8 +37,8 @@ deploy:
on:
tags: true
python: '3.6'
- provider: script
script: bash travis_scripts/deploy_to_docker_hub.sh
on:
tags: true
python: '3.6'
# - provider: script
# script: bash travis_scripts/deploy_to_docker_hub.sh
# on:
# tags: true
# python: '3.6'

0 comments on commit 8be7437

Please # to comment.