Skip to content

Commit

Permalink
Merge pull request #82 from ExpediaDotCom/0.2.3-SNAPSHOT
Browse files Browse the repository at this point in the history
0.2.3 snapshot
  • Loading branch information
keshavpeswani authored Jan 3, 2019
2 parents 00c2b40 + 4eae711 commit bd01098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cd `dirname $0`/..

if [ "$TRAVIS_BRANCH" != 'master' ] || [ "$TRAVIS_PULL_REQUEST" == 'true' ]; then
if [ "$TRAVIS_BRANCH" != 'master' ] || [ "$TRAVIS_PULL_REQUEST" != 'false' ]; then
echo "Skipping artifact deployment for a non-release build"
exit 0
fi
Expand Down

0 comments on commit bd01098

Please sign in to comment.