Skip to content

Commit

Permalink
Merge pull request #37 from roblevintennis/buttons-2
Browse files Browse the repository at this point in the history
Buttons 2
  • Loading branch information
roblevintennis committed Sep 30, 2014
2 parents 325666f + d06a234 commit f641dff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- 0.10
before_script:
- npm install -g grunt-cli

env:
global:
- secure: UpriWPnu18P/BWtqzKCCSta9921Z2947bTuniQoDc/ywFrC1Kpix4BL98fT3IB/8z4B3S+vXLbe+3qSeltjX2tNtYCY0JLkS9gijXrYLp7buphkBMdMPdTmEFM66iTwy2YD71XCqrh7fViuE5uMR4MHKRq3RCBeXrsQO8YcKUig=
- secure: HKlIRHrUj3uTOstiY8BLWAZqpiUXOaS6DhP0IIUCJ6JLWoFGm91l9sr2mR+sRcRdQ13oMTV0rXEZQ3uMJrTpxNv5jt7/QFpwi1m62RkyUwqTWCmPgduQ9HKqPKkw4xA+UXRHqv+I2sLFCamts9OFErqPTEWMJDKEfilLOqmsrUE=
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,5 @@ module.exports = function (grunt) {
grunt.registerTask('default', ['sass', 'autoprefixer', 'cssmin', 'copy', 'clean']);
grunt.registerTask('dev', ['sass', 'autoprefixer', 'cssmin', 'copy', 'clean', 'connect', 'watch']);
grunt.registerTask('tests', testSubtasks);
grunt.registerTask('travis', ['qunit']);
};
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"Buttons",
"Sass Buttons"
],
"scripts": {
"test": "grunt travis --verbose"
},
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/alexwolfe/Buttons/issues"
Expand Down

0 comments on commit f641dff

Please sign in to comment.