Skip to content

Commit

Permalink
Add support for travis CI + add a 'travis' grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvanatikku committed Dec 2, 2016
1 parent 003ef23 commit 2131929
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
sudo: false
node_js:
- "0.12"
- "4"
- "6"
- "7"
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-watch');

grunt.registerTask('default', ['jshint', 'clean', 'concat', 'uglify']);
grunt.registerTask('travis', ['jshint', 'clean', 'qunit']);

};

0 comments on commit 2131929

Please sign in to comment.