aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-14 11:22:29 +0100
committerLoïc Hoguin <[email protected]>2015-12-14 11:22:29 +0100
commit1d10befd6a61ca879741dc37a15eb3fbf8ccf437 (patch)
tree43700610597be868f7372976ff5d80eee23a5dd5 /circle.yml
parent868d77e125a4405a33de1481b229ba6028003475 (diff)
downloaderlang.mk-1d10befd6a61ca879741dc37a15eb3fbf8ccf437.tar.gz
erlang.mk-1d10befd6a61ca879741dc37a15eb3fbf8ccf437.tar.bz2
erlang.mk-1d10befd6a61ca879741dc37a15eb3fbf8ccf437.zip
Disable parallel testing on CircleCI
Now that we have Dialyzer tests, we run out of memory if we run too many at the same time.
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 b1feef7..d4fc9b7 100644
--- a/circle.yml
+++ b/circle.yml
@@ -17,5 +17,5 @@ dependencies:
test:
override:
- - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check
- - source $HOME/erlang/OTP-18.0.2/activate && make -j 32 -k check LEGACY=1
+ - source $HOME/erlang/OTP-18.0.2/activate && make -k check
+ - source $HOME/erlang/OTP-18.0.2/activate && make -k check LEGACY=1