We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ca2bc commit ef6e573Copy full SHA for ef6e573
.travis.yml
@@ -0,0 +1,4 @@
1
+language: node_js
2
+node_js:
3
+ - "4"
4
+ - "node"
package.json
@@ -4,7 +4,8 @@
"description": "The smallest and simplest JavaScript priority queue",
5
"main": "index.js",
6
"scripts": {
7
- "test": "eslint index.js test.js bench.js && tape test.js"
+ "pretest": "eslint index.js test.js bench.js",
8
+ "test": "tape test.js"
9
},
10
"repository": {
11
"type": "git",
0 commit comments