aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-02-28 09:22:29 -0500
committerGitHub <noreply@github.com>2017-02-28 09:22:29 -0500
commit9f3c5f3a36ea70a8dec03b048cc41b6579eb6c4b (patch)
tree13ce0083a15f7289682dc2fd6bf5066d25ee52cd /circle.yml
parentfdb5d7cdb692ded3ccc1d865282169598d190c03 (diff)
parent03b066827b3d397fb30a689904fa8d55db43fc8e (diff)
downloadcbt-9f3c5f3a36ea70a8dec03b048cc41b6579eb6c4b.tar.gz
cbt-9f3c5f3a36ea70a8dec03b048cc41b6579eb6c4b.tar.bz2
cbt-9f3c5f3a36ea70a8dec03b048cc41b6579eb6c4b.zip
Merge pull request #358 from cvogt/chris
various changes
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index a25dc35..d3f66e8 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,7 +13,7 @@ dependencies:
test:
override:
- rm ~/.gitconfig # avoid url replacement breaking jgit
- - ./cbt direct test:
+ - ./cbt direct test.run:
timeout: 1800
- - ./cbt test:
+ - ./cbt test.run:
timeout: 1800