Skip to content

Commit 1cd284a

Browse files
niklas-wortmannbenlesh
authored andcommitted
docs(ci): fix travis syntax error and disable docs deployment for pul… (#3772)
* docs(ci): fix travis syntax error and disable docs deployment for pull requests * docs(ci): remove branch check to prevent merge conflicts
1 parent e1c203f commit 1cd284a

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
@@ -43,4 +43,4 @@ script:
4343
after_success:
4444
- if [ "$FULL_VALIDATE" == "true" ]; then npm run test:cover && npx nyc report --reporter=text-lcov | npx coveralls; fi
4545
- if [ "$FULL_VALIDATE" == "true" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ -n "$SAUCE_ACCESS_KEY" ]; then npm run build_spec_browser && grunt --gruntfile spec/support/mocha.sauce.gruntfile.js; fi
46-
- if [ "$FULL_VALIDATE" == "true"] && [ "$TRAVIS_BRANCH" == "master" ]; then cd docs_app && chmod 755 scripts/deploy-to-firebase.sh && yarn deploy-production; fi
46+
- if [ "$FULL_VALIDATE" == "true" ] && [ "$TRAVIS_BRANCH" == "master" ]; then cd docs_app && chmod 755 scripts/deploy-to-firebase.sh && yarn deploy-production; fi

0 commit comments

Comments
 (0)