Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 16, 2018
1 parent 13d8f4e commit 5ab1d97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ after_success:
env:
matrix:
- USE_MSGPACK=1 PYTHONASYNCIODEBUG=1
- USE_MSGPACK=0 PYTHONASYNCIODEBUG=1
- USE_MSGPACK=1 PYTHONASYNCIODEBUG=0
- USE_MSGPACK=0 PYTHONASYNCIODEBUG=0
- USE_MSGPACK= PYTHONASYNCIODEBUG=1

This comment has been minimized.

Copy link
@webknjaz

webknjaz Jun 16, 2018

Member

this will break test $USE_MSGPACK == 1, it should be changed to test "$USE_MSGPACK" == 1 now

- USE_MSGPACK=1 PYTHONASYNCIODEBUG=
- USE_MSGPACK= PYTHONASYNCIODEBUG=

cache: apt


deploy:
provider: pypi
user: andrew.svetlov
user: aio-libs-bot
password:
secure: Z2giKAktwJWUWcWqgTUYgwvc46UmvvbAPzhTu6gIODN35MPGGsk6lXZiAb3znWx3UBRmGATT70pk6VkywW72dvi0BBwFyacGUsZu0Rk/5MU5L/EkXwd+hSEzlBpijrxu4AJGnvyxCydau+tZFTrelfcedgZlY/XeBI9iLoW+LQk=
distributions: "sdist bdist_wheel"
Expand Down

0 comments on commit 5ab1d97

Please sign in to comment.