Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix some jshint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed Jan 16, 2016
1 parent f2fd0d9 commit 6c0e4fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_js:
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt build
sudo: false
3 changes: 3 additions & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ module.exports = function(grunt) {
sub: true,
undef: true,
unused: true,
validthis: true,
globals: {
exports: true,
angular: false,
require: false,
define: false,
$: false
}
}
Expand Down

0 comments on commit 6c0e4fb

Please sign in to comment.