added travis
authorBruno Trecenti <btrecent@thoughtworks.com>
Fri, 21 Mar 2014 20:02:20 +0000 (17:02 -0300)
committerBruno Trecenti <btrecent@thoughtworks.com>
Fri, 21 Mar 2014 20:04:11 +0000 (17:04 -0300)
.travis.yml [new file with mode: 0644]
package.json

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..6e5919d
--- /dev/null
@@ -0,0 +1,3 @@
+language: node_js
+node_js:
+  - "0.10"
index 66f7fe1..22449b8 100644 (file)
@@ -4,7 +4,7 @@
   "description": "",
   "main": "index.js",
   "scripts": {
   "description": "",
   "main": "index.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "test": "gulp test"
   },
   "author": "",
   "license": "ISC",
   },
   "author": "",
   "license": "ISC",