Skip to content

Commit a16756b

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 9489980 + 3005538 commit a16756b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22
sudo: require
33
python:
44
- "3.4"
5+
- "3.6"
56
# command to install dependencies
67
install:
78
- pip install python-telegram-bot --upgrade
@@ -16,4 +17,9 @@ script:
1617

1718
notifications:
1819
email: false
19-
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

Comments
 (0)