diff --git a/.travis.yml b/.travis.yml index fcf0fe68..59fc266f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ before_script: - npm install grunt-cli -g - npm install codecov -g script: -- npm test codecov deploy +- npm test +- npm run codecov +- npm run deploy branches: only: - master