diff --git a/.travis.yml b/.travis.yml index 226032a9..6768225a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ node_js: before_script: - npm install grunt-cli -g script: -- grunt deploy +- grunt test deploy branches: only: - master