chore(): config github before running ci-tests

This commit is contained in:
Ibby Hadeed 2017-05-19 06:35:01 -04:00
parent 6f6392ea5c
commit 08bf57f488
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
- run:
name: Run tslint
command: npm run lint
- run: ./scripts/git/config.sh
- run:
name: Build changed plugins
command: node scripts/ci-tests.js

2
scripts/git/config.sh Normal file
View File

@ -0,0 +1,2 @@
git config --global user.email "hi@ionicframework.com"
git config --global user.name "Ionitron"