1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-28 12:52:49 +02:00

travis: git tags automation (0)

This commit is contained in:
koalyptus 2018-04-22 13:06:51 +10:00
parent 1a1560d636
commit 974bb3cc77
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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": {