1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-17 22:06:41 +02:00

Merge branch 'toolbar-min-width-1'

This commit is contained in:
koalyptus 2018-04-15 22:33:24 +10:00
commit 81c593382a

View file

@ -4,6 +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"
script:
- npm test
- npm run codecov