aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorKatrin Shechtman <katrin.shechtman@gmail.com>2016-05-26 22:03:43 -0600
committerKatrin Shechtman <katrin.shechtman@gmail.com>2016-05-26 23:29:10 -0600
commit4d2971feca87833f48290c15e2331141bcd21351 (patch)
treece41b1f9583cdd4262221e583ab9598f1b9fb9f7 /circle.yml
parentba203490c976adaa8001c4398e2c5e3befcc8757 (diff)
downloadcbt-4d2971feca87833f48290c15e2331141bcd21351.tar.gz
cbt-4d2971feca87833f48290c15e2331141bcd21351.tar.bz2
cbt-4d2971feca87833f48290c15e2331141bcd21351.zip
Making scalatest plugin work + example build folder with scalatest sample build
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index ca40168..392054c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -15,3 +15,4 @@ test:
override:
- ./cbt direct test -Dlog=all
- ./cbt test -Dlog=all
+ - cd examples/build-scalatest && ../../cbt test -Dlog=all && cd ../..