diff --git a/.travis.yml b/.travis.yml index fa7c9d35..3634e543 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ node_js: before_script: - npm install grunt-cli -g - npm install codecov -g -- git config --global user.email "builds@travis-ci.com" -- git config --global user.name "Travis CI" +- git config --global user.email "maxgug@hotmail.com" +- git config --global user.name "koalyptus" script: - npm test - npm run codecov diff --git a/package.json b/package.json index 7ed021c9..7b53c0ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.6.25", + "version": "0.6.26", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": {