From 53977fba578d4e6625c2e1ba35247b1829c70d0f Mon Sep 17 00:00:00 2001 From: Oto Ciulis Date: Sat, 8 Feb 2014 09:05:06 -0800 Subject: [PATCH] Updated Grunt build file --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55295ef..ab8f1b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: node_js node_js: - "0.11" -services: - - mongodb before_script: - - "grunt build" \ No newline at end of file + - "grunt" \ No newline at end of file