Skip to content

Commit ef1309d

Browse files
Patrick HankinsonPatrick Hankinson
Patrick Hankinson
authored and
Patrick Hankinson
committed
1 parent 4e2ba11 commit ef1309d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- "6"
3+
- "stable"

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
},
1414
"scripts": {
1515
"test": "mocha"
16+
},
17+
"devDependencies": {
18+
"mocha": "^3.2.0"
1619
}
1720
}

0 commit comments

Comments
 (0)