aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 64d62c0..6187f81 100644
--- a/circle.yml
+++ b/circle.yml
@@ -9,10 +9,8 @@ dependencies:
- ./cbt compile
- ./cbt direct
- ./cbt -Dlog=all
- - cd plugins/scalatest/ && ../../cbt compile && cd ../../
test:
override:
- ./cbt direct test
- ./cbt test
- - cd examples/build-scalatest && ../../cbt test && cd ../..