Fix travis running the tests twice

This commit is contained in:
Gaël Métais
2015-03-17 08:50:27 +01:00
parent a6bbc7119d
commit 13e2d2d597
+1 -2
View File
@@ -4,5 +4,4 @@ node_js:
before_install:
- "npm install -g grunt-cli"
- "npm install -g phantomjs"
install: npm install
before_script: grunt test
install: npm install