From a25883c659cd0bfd5332ff5139d35df6aa0b2f82 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Thu, 28 Aug 2014 20:02:44 -0400 Subject: [PATCH] Add travis Travis can't be enabled unless we put a minimal file on the `master` branch. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..c30c1524 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - 0.10 +script: + - grunt compile test +notifications: + email: false