Skip to content

Commit

Permalink
[#8] Add travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Apr 16, 2015
1 parent 2b0fe33 commit 4a4055c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
env:
global:
- GIT_COMMITTER_NAME=y-kurami
- [email protected]
- GIT_AUTHOR_NAME=Quramy
- [email protected]
language: node_js
node_js:
- '0.10'
before_install:
- npm install
script:
- sh runtest.sh

0 comments on commit 4a4055c

Please sign in to comment.