Skip to content

Commit

Permalink
.travis.yml: fix wheel deploy 'condition' (use '&&', not '||')
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosimo Lupo committed Aug 10, 2016
1 parent 52cb947 commit 11dc16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,4 @@ deploy:
on:
repo: "google/brotli"
tags: true
condition: "${BUILD_SYSTEM} = python || ${TRAVIS_OS_NAME} = osx"
condition: "${BUILD_SYSTEM} = python && ${TRAVIS_OS_NAME} = osx"

0 comments on commit 11dc16b

Please sign in to comment.