Skip to content

Commit

Permalink
Merge e026f66 into 86780b7
Browse files Browse the repository at this point in the history
  • Loading branch information
tswaters committed Sep 10, 2018
2 parents 86780b7 + e026f66 commit 719aee1
Show file tree
Hide file tree
Showing 10 changed files with 2,370 additions and 1,692 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
docs
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
extends: 'eslint:recommended',
extends: [
'eslint:recommended'
],
env: {
node: true
},
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

*~
*.log
coverage.html

node_modules
docs/annotated
docs/coverage
.nyc_output
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ env:
- SENECA_VER=senecajs/seneca

node_js:
- "10"
- "8"
- "6"
- "4"

before_script:
- npm uninstall seneca
Expand Down

0 comments on commit 719aee1

Please sign in to comment.