From 13e2d2d59736405939fe7cc4c66fe1ac447f65e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 17 Mar 2015 08:50:27 +0100 Subject: [PATCH] Fix travis running the tests twice --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9577d83..6a2e41f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,4 @@ node_js: before_install: - "npm install -g grunt-cli" - "npm install -g phantomjs" -install: npm install -before_script: grunt test \ No newline at end of file +install: npm install \ No newline at end of file