diff --git a/.travis.yml b/.travis.yml index b627663..ba697cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,12 @@ cache: notifications: email: false node_js: - - '8' - '6' - '4' before_script: - npm prune +script: + - npm run test after_success: - npm run semantic-release branches: