aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <obscuren@users.noreply.github.com>2014-11-15 03:24:55 +0800
committerJeffrey Wilcke <obscuren@users.noreply.github.com>2014-11-15 03:24:55 +0800
commitf6ee8e52dd50ba4e7c2ff2de0ca3bdf2aba9ce3a (patch)
treeb7eca4e19cc9dace39e976d60740eda9a6912b71
parent42713c6e9995a131601186363ba2c49ffd093acc (diff)
parent08f2dde45aa6fa977f49bdbdc30543b6c0e894a0 (diff)
downloadgo-tangerine-f6ee8e52dd50ba4e7c2ff2de0ca3bdf2aba9ce3a.tar.gz
go-tangerine-f6ee8e52dd50ba4e7c2ff2de0ca3bdf2aba9ce3a.tar.zst
go-tangerine-f6ee8e52dd50ba4e7c2ff2de0ca3bdf2aba9ce3a.zip
Merge pull request #13 from frewsxcv/master
Enable JSHint linting
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
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