1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-27 20:32:54 +02:00

Add git config to before_script in travis yaml

This commit is contained in:
koalyptus 2018-04-15 22:32:59 +10:00
parent 4ac92a3e73
commit 62cab3ac2c

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