diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1416d60 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.10" + - "0.11" \ No newline at end of file diff --git a/README.md b/README.md index 04303e7..c9ba233 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,7 @@ You should be good to go. ## Licence Copyright (c) 2013 Nick Pack Based on the original skeleton project which is Copyright 2011 Dave Gamache -Licensed under the MIT license. \ No newline at end of file +Licensed under the MIT license. + +[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/nickpack/Skeleton-SCSS/trend.png)](https://bitdeli.com/free "Bitdeli Badge") + diff --git a/package.json b/package.json index 4973239..a1f6159 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ "url": "https://github.com/nickpack/Skeleton-SCSS/blob/master/LICENSE-MIT" } ], + "scripts": { + "test": "grunt lint" + }, "main": "./index", "keywords": [ "static"