Skip to content

Commit

Permalink
Support pusher 1.3, 1.4 and 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Dec 8, 2016
1 parent 181f5e6 commit cd30a89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -14,12 +14,16 @@ env:
- FLASK="==0.10.1" PUSHER="pusher>=1.0,<1.1"
- FLASK="==0.10.1" PUSHER="pusher>=1.1,<1.2"
- FLASK="==0.10.1" PUSHER="pusher>=1.2,<1.3"
- FLASK="==0.10.1" PUSHER="pusher>=1.3,<1.4"
- FLASK="==0.10.1" PUSHER="pusher>=1.4,<1.5"
- FLASK="==0.10.1"
- FLASK="==0.10.1" PUSHER="git+https://github.com/pusher/pusher-http-python.git"
- FLASK="==0.11" PUSHER="pusher<1.0"
- FLASK="==0.11" PUSHER="pusher>=1.0,<1.1"
- FLASK="==0.11" PUSHER="pusher>=1.1,<1.2"
- FLASK="==0.11" PUSHER="pusher>=1.2,<1.3"
- FLASK="==0.11" PUSHER="pusher>=1.3,<1.4"
- FLASK="==0.11" PUSHER="pusher>=1.4,<1.5"
- FLASK="==0.11"
- FLASK="==0.11" PUSHER="git+https://github.com/pusher/pusher-http-python.git"

Expand Down

0 comments on commit cd30a89

Please sign in to comment.