Skip to content

Commit

Permalink
add config for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brianr committed Nov 19, 2013
1 parent 537e8c0 commit eea0b1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.10
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"chai": "~1.8.1",
"phantomjs": "~1.9.2-2",
"sinon": "~1.7.3"
},
"scripts": {
"test": "make test"
}
}

0 comments on commit eea0b1a

Please sign in to comment.