Travis stuffs

This commit is contained in:
Nick Pack 2013-05-17 11:44:09 +01:00
parent f099c11143
commit c426e967c1
2 changed files with 7 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: node_js
node_js:
- "0.10"
- "0.11"

View File

@ -22,6 +22,9 @@
"url": "https://github.com/nickpack/Skeleton-SCSS/blob/master/LICENSE-MIT" "url": "https://github.com/nickpack/Skeleton-SCSS/blob/master/LICENSE-MIT"
} }
], ],
"scripts": {
"test": "grunt lint"
},
"main": "./index", "main": "./index",
"keywords": [ "keywords": [
"static" "static"