Skip to content

Commit ef6e573

Browse files
committed
add travis
1 parent f8ca2bc commit ef6e573

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- "4"
4+
- "node"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "The smallest and simplest JavaScript priority queue",
55
"main": "index.js",
66
"scripts": {
7-
"test": "eslint index.js test.js bench.js && tape test.js"
7+
"pretest": "eslint index.js test.js bench.js",
8+
"test": "tape test.js"
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)