Trying Travis
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
before_install: npm install -g grunt-cli
|
||||
install: npm install
|
||||
+3
-1
@@ -27,5 +27,7 @@
|
||||
"grunt-fontsmith": "^0.9.1",
|
||||
"grunt-contrib-less": "^0.11.4"
|
||||
},
|
||||
"scripts": {}
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user