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 df80c87 commit f41974cCopy full SHA for f41974c
.travis.yml
@@ -1,22 +1,16 @@
1
-matrix:
2
- include:
3
- - language: python
4
- python:
5
- - "3.7"
6
- install:
7
- - pip install -r requirements.txt
8
- - python runner.py download
9
- script: python runner.py test
10
- deploy:
11
- provider: script
12
- script: bash -x deploy.sh
+os: linux
+dist: xenial
13
+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
14
15
notifications:
16
email: false
17
- webhooks:
18
- urls:
19
- - https://webhooks.gitter.im/e/f694e2f80d5bba482051
20
- on_success: always
21
- on_failure: always
22
- on_start: never
0 commit comments