Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Fixed broken bash deployment condition
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight committed Jan 1, 2015
1 parent 9b9a999 commit d02b65c
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 @@ -42,7 +42,7 @@ deploy:
on:
branch: master
condition:
- "[[ \"${TRAVIS_OS_NAME}--${CC}\" = 'linux--gcc-4.8' || \"${TRAVIS_OS_NAME}--${CC}\" = 'osx--clang' ]]"
- "( \"${TRAVIS_OS_NAME}--${CC}\" = 'linux--gcc-4.8' ) || ( \"{TRAVIS_OS_NAME}--${CC}\" = 'osx-clang' )"

notifications:
irc:
Expand Down

0 comments on commit d02b65c

Please sign in to comment.