Travis test
This commit is contained in:
12
travis.yml
Executable file
12
travis.yml
Executable file
@ -0,0 +1,12 @@
|
||||
language: node_js
|
||||
|
||||
# test on two node.js versions: 0.6 and 0.8
|
||||
node_js:
|
||||
- 0.6
|
||||
- 0.8
|
||||
|
||||
# configure notifications (email, IRC, campfire etc)
|
||||
# please update this section to your needs!
|
||||
#notifications:
|
||||
# irc: "irc.freenode.org#travis"
|
||||
|
||||
Reference in New Issue
Block a user