Skip to content

Commit

Permalink
Added Travis Wait to Docker Install Process (#2238)
Browse files Browse the repository at this point in the history
* Added Travis Wait to Docker Install Process

* Update .travis.yml
  • Loading branch information
jrg94 authored Oct 15, 2020
1 parent df80c87 commit f41974c
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
matrix:
include:
- language: python
python:
- "3.7"
install:
- pip install -r requirements.txt
- python runner.py download
script: python runner.py test
deploy:
provider: script
script: bash -x deploy.sh
os: linux
dist: xenial

language: python
python:
- "3.7"
install:
- pip install -r requirements.txt
- travis_wait python runner.py download
script: python runner.py test
deploy:
provider: script
script: bash -x deploy.sh

notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/f694e2f80d5bba482051
on_success: always
on_failure: always
on_start: never

0 comments on commit f41974c

Please sign in to comment.