From 44b6233a8de0479cb0ebe30aec1f428139816aad Mon Sep 17 00:00:00 2001 From: abalabahaha Date: Sat, 28 Nov 2015 11:40:28 -0800 Subject: [PATCH] Travis? --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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