Add Docker Container Images for beacon-chain and client (#314)

* Add docker container images for beacon-chain and client

* Add docker section to README
This commit is contained in:
Preston Van Loon
2018-07-22 13:31:43 -04:00
committed by GitHub
parent 3abfb77b87
commit 48b047fd61
5 changed files with 87 additions and 0 deletions

View File

@@ -52,6 +52,12 @@ matrix:
install: true # Skip install go packages.
script:
# Ensure everything builds
- |
bazel \
--bazelrc=.travis-bazelrc \
build \
//...
# Run all tests.
- |
bazel \