From 96537ba8071a9f13e47a8e376be70cb5a9c2c2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 15 Oct 2013 08:37:44 +0200 Subject: [PATCH] Try to add jshint testing. re #96 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf070f0..42976b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: php php: - 5.5 - 5.4 - - 5.3 \ No newline at end of file + - 5.3 +before_script: + - npm install jshint -g \ No newline at end of file