Skip to content

Commit

Permalink
better build/test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Mar 16, 2015
1 parent 9586cea commit 89798fb
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 413 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: sb8REGAbC4h82qFPwFNj4nTFWaBEaEa0q
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
node_modules
.c9
coverage
npm-debug.log
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- '0.10'
script:
- 'npm run coveralls'
Loading

0 comments on commit 89798fb

Please sign in to comment.