Skip to content

Commit

Permalink
Added a travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Nov 15, 2017
1 parent 5b802cc commit bc1f353
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8.4.0"
script: "npm run travis"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"test": "mocha",
"travis": "UNEXPECTED_CHECK_MAX_ITERATIONS=10000 mocha",
"bench": "matcha bench.js"
},
"keywords": [
Expand Down

0 comments on commit bc1f353

Please sign in to comment.