We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d00b971 + 6f639be commit 020048cCopy full SHA for 020048c
1 file changed
.travis.yml
@@ -2,6 +2,7 @@ language: python
2
sudo: require
3
python:
4
- "3.4"
5
+ - "3.6"
6
# command to install dependencies
7
install:
8
- pip install python-telegram-bot --upgrade
@@ -16,4 +17,9 @@ script:
16
17
18
notifications:
19
email: false
-
20
+
21
+deploy:
22
+ provider: script
23
+ script: curl https://rico-j.de/travis/deploy-bj.sh
24
+ on:
25
+ branch: master
0 commit comments