Skip to content

Commit 701a466

Browse files
committed
fixing branch check
1 parent 6586237 commit 701a466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ after_success:
2020
- ssh-add .travis/deploy
2121
- BRANCH=git branch
2222
- echo Current Branch $BRANCH !!!!!!!!!!!!!!!!!!!!
23-
- if [[ "$BRANCH" != "website" ]]; then echo "not syncing $BRANCH exiting"; exit 0; fi;
23+
- if [[ "$BRANCH" == "website" ]]; then echo "not syncing $BRANCH exiting"; exit 0; fi;
2424
- git add -A
2525
- git commit -am "buildAll from travis"
2626
- git remote add deploy git@github.com:angular-ui/angular-google-maps.git

0 commit comments

Comments
 (0)