Skip to content

Commit

Permalink
Adding travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeaura committed Jan 4, 2015
1 parent 5b7b062 commit 1eb7795
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Empty file added .travis.yml
Empty file.
2 changes: 1 addition & 1 deletion Gruntfile.js
@@ -1,5 +1,5 @@
module.exports = function(grunt) { module.exports = function(grunt) {
require('time-grunt')(grunt); require('time-grunt')(grunt);
// Project configuration. // Project configuration.
grunt.initConfig({ grunt.initConfig({
pkg: grunt.file.readJSON('package.json'), pkg: grunt.file.readJSON('package.json'),
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -25,5 +25,8 @@
"grunt-contrib-copy": "~0.5.0", "grunt-contrib-copy": "~0.5.0",
"grunt-contrib-qunit": "~0.5.2", "grunt-contrib-qunit": "~0.5.2",
"qunitjs": "~1.14.0" "qunitjs": "~1.14.0"
},
"scripts": {
"test": "grunt qunit"
} }
} }
2 changes: 1 addition & 1 deletion src/threesixty.js
Expand Up @@ -2,7 +2,7 @@
* 360 degree Image Slider v2.0.0 * 360 degree Image Slider v2.0.0
* http://gaurav.jassal.me * http://gaurav.jassal.me
* *
* Copyright 2013, gaurav@jassal.me * Copyright 2015, gaurav@jassal.me
* Dual licensed under the MIT or GPL Version 3 licenses. * Dual licensed under the MIT or GPL Version 3 licenses.
* *
*/ */
Expand Down

0 comments on commit 1eb7795

Please sign in to comment.