From ad25e33bb3ee5e6e22e9d2af80d3a2648860e07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 24 Sep 2014 13:44:30 +0200 Subject: [PATCH] Try to build with Travis --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b49198..fd3aacd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: node_js node_js: - "0.10" -before_install: npm install -g grunt-cli -install: npm install \ No newline at end of file +before_install: + - "npm install -g grunt-cli" + - "npm install -g phantomjs" +install: npm install +before_script: grunt build \ No newline at end of file