diff --git a/.jshintrc b/.jshintrc index 94a6a96..4091085 100644 --- a/.jshintrc +++ b/.jshintrc @@ -11,7 +11,7 @@ "smarttabs": true, "trailing": true, "undef": true, - "unused": true, + "unused": false, "browser": true, "node": true, "sub": true, diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..065b171 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +bundler_args: --retry 3 +language: node +before_install: + - export TZ=America/Chicago + - npm install -g grunt-cli +install: npm install +before_script: + - grunt +notifications: + on_failure: change