diff --git a/.travis.yml b/.travis.yml index 2361417..1d6951c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ notifications: install: - npm install script: - - npm run test - npm run build + - npm run test after_success: - ./node_modules/.bin/travis-deploy-once "npm run semantic-release"