Trying Travis

This commit is contained in:
Gaël Métais
2014-09-24 13:08:01 +02:00
parent ad00e3f794
commit 3cf80c4a4a
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.10"
before_install: npm install -g grunt-cli
install: npm install
+3 -1
View File
@@ -27,5 +27,7 @@
"grunt-fontsmith": "^0.9.1",
"grunt-contrib-less": "^0.11.4"
},
"scripts": {}
"scripts": {
"test": "grunt test"
}
}