From 09c803ba230be0af2cd6788a5a7ef2d9e3b52cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 15 Oct 2013 10:43:14 +0200 Subject: [PATCH] Make jshint more verbose. re #96 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6dafc46..8a95c02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ before_script: - npm install jshint -g script: - phpunit - - jshint util.js + - jshint --verbose util.js \ No newline at end of file