Skip to content

Commit bf1584b

Browse files
committed
Merge pull request #102 from codeclimate/gd-circle
Move from Travis to Circle
2 parents dcad83b + ad407f3 commit bf1584b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dependencies:
2+
pre:
3+
- git config --global user.email "ci@codeclimate.com"
4+
- git config --global user.name "Code Climate CI"

0 commit comments

Comments
 (0)