fix(ci): add docker-build to the parallel builds

pull/931/head
Adam Reese 9 years ago
parent 5aa351bbe2
commit 7223e33deb

@ -33,6 +33,6 @@ case "${CIRCLE_NODE_INDEX-0}" in
;;
2)
echo "Running 'make docker-build'"
make test-style
make docker-build
;;
esac

Loading…
Cancel
Save