Skip to content

Commit

Permalink
Use test-all-versions.
Browse files Browse the repository at this point in the history
Test that last three major versions of browserify.
  • Loading branch information
cartant committed Jan 24, 2018
1 parent ce58847 commit 707ef51
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .tav.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://semver.npmjs.com/
browserify:
versions: 13.3.0 || 14.5.0 || 15.2.0
commands: node test/test.js
252 changes: 252 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "node test/test.js"
"test-latest": "node test/test.js",
"test": "tav"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,6 +46,7 @@
"source-map": "^0.5.3",
"string-to-stream": "^1.1.0",
"tape": "^4.0.0",
"test-all-versions": "^3.3.1",
"typescript": "~2.0.3",
"watchify": "^3.2.1"
},
Expand Down

0 comments on commit 707ef51

Please sign in to comment.