Skip to content

Commit

Permalink
update dotfiles
Browse files Browse the repository at this point in the history
* remove unnecessary globals from .jshintrc
* remove unnecessary .npmignore
* use container-based infrastructure on Travis CI
  • Loading branch information
shinnn committed Jan 7, 2015
1 parent 96c721f commit 5e1b24b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,5 @@
"undef": true,
"unused": true,
"node": true,
"mocha": true,
"globals": {
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false
}
"mocha": true
}
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: node_js
node_js:
- "0.10"
Expand Down

0 comments on commit 5e1b24b

Please sign in to comment.