From c92a23fcf6d38f326c5272feb9e35db558b3056f Mon Sep 17 00:00:00 2001 From: Vladimir Kharlampidi Date: Mon, 24 Mar 2014 20:34:13 +0400 Subject: [PATCH] Travis grunt tasks --- .travis.yml | 4 +++- package.json | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87f8cd91a5..0ce3be24b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: node_js node_js: - - "0.10" \ No newline at end of file + - "0.10" +before_script: + - npm install -g grunt-cli \ No newline at end of file diff --git a/package.json b/package.json index b465c2ef18..d571abde7e 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,8 @@ "grunt-open": "~0.2.3", "jshint-stylish": "~0.1.5", "time-grunt": "~0.2.8" + }, + "scripts": { + "test": "grunt test" } }