Skip to content

Commit

Permalink
Merge e3c77b7 into 1dd5346
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehrke committed Sep 18, 2016
2 parents 1dd5346 + e3c77b7 commit 5fcfb0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ imports:

tools:
external_code_coverage:
timeout: 1000
timeout: 1000

build:
tests:
override:
- jshint-run --config js/.jshintrc
1 change: 1 addition & 0 deletions js/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"strict": true,
"maxparams": false,
"maxdepth": 4,
"esversion": 6,
"browser": true,
"devel": true,
"jquery": true,
Expand Down

0 comments on commit 5fcfb0b

Please sign in to comment.