Parcourir la source

Implement travis support, needs testing

Jake il y a 11 ans
Parent
commit
8e3d37868e
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+  - "0.10"
+script: npm start && mocha