Skip to content

Commit bd01098

Browse files
Merge pull request #82 from ExpediaDotCom/0.2.3-SNAPSHOT
0.2.3 snapshot
2 parents 00c2b40 + 4eae711 commit bd01098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
cd `dirname $0`/..
33

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

0 commit comments

Comments
 (0)