Skip to content

Commit

Permalink
add support for travis / future testing, closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahiggins committed Mar 10, 2015
1 parent 954d98a commit 95699bb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.12"
6 changes: 5 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ module.exports = function( grunt ) {
'usebanner'
]);

};
grunt.registerTask( 'test', [
'jshint'
]);

};
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Angular module for the popular Packery library.

![Travis CI](https://api.travis-ci.org/sungard-labs/angular-packery.png)


#### Requirements ####

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"grunt-banner": "~0.2.3"
},
"scripts": {
"postinstall": "bower install"
"postinstall": "bower install",
"test": "grunt test --verbose"
},
"license": "MIT"
}

0 comments on commit 95699bb

Please sign in to comment.