diff --git a/.travis.yml b/.travis.yml index 26d72c65f..9704a0612 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ after_script: greenkeeper-lockfile-upload after_success: - bash <(curl -s https://codecov.io/bash) - yarn global add travis-deploy-once@4 - - travis-deploy-once "yarn global add semantic-release && semantic-release" + - travis-deploy-once "yarn global add semantic-release@beta && semantic-release" notifications: email: false @@ -30,4 +30,7 @@ branches: only: - master - next + - next-major + - beta + - alpha - /^greenkeeper/.*$/