circle.yml: Build the Dockerfile as a test step.

pull/547/head
John Kirkham 10 years ago
parent 9f8ce3d1a7
commit 0360bfa5f4

@ -5,3 +5,7 @@ machine:
dependencies:
override:
- docker info
test:
override:
- docker build -t jupyter/notebook .

Loading…
Cancel
Save