From 08f2dde45aa6fa977f49bdbdc30543b6c0e894a0 Mon Sep 17 00:00:00 2001
From: Corey Farwell <coreyf@rwell.org>
Date: Fri, 14 Nov 2014 14:00:19 -0500
Subject: [PATCH] Enable JSHint linting

---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 148e4e797..fafacbd5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,8 @@ node_js:
   - "0.10"
 before_script:
   - npm install
+  - npm install jshint
+script:
+   - "jshint *.js lib"
 after_script:
-  - npm run-script gulp
\ No newline at end of file
+  - npm run-script gulp
-- 
GitLab