Skip to content

Commit

Permalink
Add travis CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
tedeh committed Oct 7, 2013
1 parent 86e5089 commit d00ba24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules node_modules
.* .*
!.gitignore !.gitignore
!.travis.yml
sandbox sandbox
coverage.html coverage.html
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,14 @@
# Language/versions
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"

# Build script
script: 'make test'

# Notifications
notifications:
email:
- notify+mail@tedeh.net

0 comments on commit d00ba24

Please sign in to comment.