Skip to content

Commit

Permalink
Added Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjk committed Jun 10, 2016
1 parent df7ef9d commit 04a4690
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language:
- node_js
node_js:
- 'node'
before_script:
- npm install -g mocha
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "UberRUSH v3.0 SDK",
"main": "index.js",
"scripts": {
"test": "mocha test/unit",
"build": "rm -rf out && mkdir out && babel index.js -d out && babel lib -d out/lib"
},
"repository": {
Expand Down

0 comments on commit 04a4690

Please sign in to comment.