aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index 7d7be3e..ca40168 100644
--- a/circle.yml
+++ b/circle.yml
@@ -5,12 +5,11 @@ machine:
dependencies:
cache_directories:
- "cache"
- - "nailgun_launcher/target"
- - "stage1/target"
- - "stage2/target"
override:
+ - ./cbt compile -Dlog=all
- ./cbt direct -Dlog=all
- ./cbt -Dlog=all
+ - cd plugins/scalatest/ && ../../cbt compile -Dlog=all && cd ../../
test:
override: