diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-08-16 19:05:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-16 19:05:17 +0200 |
| commit | d4aa1dccee46f9c81210285db86cef8b913b7643 (patch) | |
| tree | 7b045e9723b572cb8218ca8d1a09350365d2e75b /searx/static/themes/simple | |
| parent | 1012d63885e344a88e8602d28eb0ed830196e37f (diff) | |
| parent | 1a814369fda1c813ddeed5f4052b15563b11a403 (diff) | |
Merge pull request #995 from dalf/selenium
[fix] fix travis build
Diffstat (limited to 'searx/static/themes/simple')
| -rw-r--r-- | searx/static/themes/simple/gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index 288ab6633..1a3e00d3d 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -34,6 +34,7 @@ module.exports = function(grunt) { jshint: { files: ['js/searx_src/*.js'], options: { + reporterOutput: "", proto: true, // options here to override JSHint defaults globals: { |