We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6586237 commit 701a466Copy full SHA for 701a466
.travis.yml
@@ -20,7 +20,7 @@ after_success:
20
- ssh-add .travis/deploy
21
- BRANCH=git branch
22
- echo Current Branch $BRANCH !!!!!!!!!!!!!!!!!!!!
23
-- if [[ "$BRANCH" != "website" ]]; then echo "not syncing $BRANCH exiting"; exit 0; fi;
+- if [[ "$BRANCH" == "website" ]]; then echo "not syncing $BRANCH exiting"; exit 0; fi;
24
- git add -A
25
- git commit -am "buildAll from travis"
26
- git remote add deploy git@github.com:angular-ui/angular-google-maps.git
0 commit comments