Add merge blocker.

This commit is contained in:
chriseth 2018-05-04 16:41:48 +02:00
parent e6a9d0da66
commit 67ec76f462

View File

@ -213,10 +213,19 @@ jobs:
path: docs/_build/html/
destination: docs-html
merge_blocker:
docker:
- image: buildpack-deps:artful
steps:
- run:
name: This blocks the merge. Remove when 0.5.0 is to be released.
command: false
workflows:
version: 2
build_all:
jobs:
- merge_blocker
- build_emscripten: *build_on_tags
- test_emscripten_solcjs:
<<: *build_on_tags