Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: reduce test targets
  • Loading branch information
gajus committed May 27, 2020
1 parent 1ec503d commit 506b18e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
@@ -1,11 +1,7 @@
language: node_js
node_js:
- node
- 14
- 12
- 12.0
- 10
- 10.12
before_install:
- npm config set depth 0
notifications:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,5 +64,5 @@
"lint": "eslint ./src ./tests",
"test": "mocha --require @babel/register ./tests/rules/index.js"
},
"version": "2.30.1"
"version": "0.0.0-development"
}

0 comments on commit 506b18e

Please sign in to comment.