Skip to content

Commit

Permalink
Merge pull request #76 from MindscapeHQ/aj/bug-fix-error-opening-file…
Browse files Browse the repository at this point in the history
…s/cr-75

Fix Travis CLI and jshint
  • Loading branch information
josephambe committed Jan 8, 2020
2 parents b0acfd1 + 0a14321 commit 9bc5a2b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1,784 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules/
.idea/
yarn.lock
2 changes: 2 additions & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
examples
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: node_js
node_js:
- "8.11.4"
- "12.14.0"
- "8.16.2"
- "6.14.4"
- "4.9.1"



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": ">= 0.10.0"
},
"scripts": {
"test": "jshint **/*.js && tap test/*.js"
"test": "jshint ./ && tap test/*.js"
},
"devDependencies": {
"nock": "~9",
Expand Down

0 comments on commit 9bc5a2b

Please sign in to comment.