From 0360bfa5f46696aeea2c6ebbae9cfcfebd3f8bc7 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Thu, 8 Oct 2015 00:10:04 -0400 Subject: [PATCH] circle.yml: Build the Dockerfile as a test step. --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index 43839e347..8e03f7120 100644 --- a/circle.yml +++ b/circle.yml @@ -5,3 +5,7 @@ machine: dependencies: override: - docker info + +test: + override: + - docker build -t jupyter/notebook .