Skip to content

Commit 3eb5b44

Browse files
committed
Add .travis.yml
1 parent e4947fc commit 3eb5b44

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "mocha -R spec -b"
2222
},
2323
"devDependencies": {
24-
"mocha": "^2.2.1",
25-
"should": "^7.0.4"
24+
"mocha": "^2.3.4",
25+
"should": "^7.1.1"
2626
}
2727
}

0 commit comments

Comments
 (0)