diff --git a/.travis.yml b/.travis.yml index 5ab09de02..a870d57d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ language: node_js node_js: - - "stable" + - stable cache: - directories: + directories: - node_modules branches: only: - - master \ No newline at end of file + - master +before_install: npm install -g grunt-cli +install: npm install +before_script: grunt --dev \ No newline at end of file