diff --git a/.travis.yml b/.travis.yml index b3e9c4d156ae..3fcd245f65d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ script: - yarn build - yarn test -deploy: - provider: script - skip-cleanup: true - script: bash deploy/deploy.sh - on: - branch: master +# deploy: + # provider: script + # skip-cleanup: true + # script: bash deploy/deploy.sh + # on: + # branch: master