aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 467c72d..08d9182 100644
--- a/circle.yml
+++ b/circle.yml
@@ -14,6 +14,7 @@ dependencies:
compile:
override:
+ - rm ~/.gitconfig # avoid url replacement breaking jgit
- ./cbt direct compile
- ./cbt direct test.compile
- ./cbt compile
@@ -22,7 +23,6 @@ compile:
test:
override:
- - rm ~/.gitconfig # avoid url replacement breaking jgit
- ./cbt direct test.run slow:
timeout: 1800
- ./cbt direct test.run slow: