diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..2b9c686d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ + language: node_js + node_js: + #- 0.4 #jshint fails to install (no gzip, jshint test not working out) + - 0.6 + - 0.8 + notifications: + webhooks: + #http://requestb.in/12h5bl71 + urls: + # http://webhooks.jit.su/deploy ## + - http://webhooks.nodejitsu.com/1/deploy \ No newline at end of file