From a65feb31a6b04474956e8ee0c08044816839b31a Mon Sep 17 00:00:00 2001 From: William Douglas Date: Mon, 22 Jul 2019 12:17:41 -0700 Subject: [PATCH] Remove clr-sdk from travis to avoid timeouts Currently this isn't actively being worked on so having it being tested just causes false positives due to timeouts building the container. Look at adding it back once the build time can be reduced. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e523f8..e2b6778 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ env: - DOCKERFILE_DIR=cassandra - DOCKERFILE_DIR=cgit - DOCKERFILE_DIR=clr-installer-ci - - DOCKERFILE_DIR=clr-sdk - DOCKERFILE_DIR=elasticsearch - DOCKERFILE_DIR=flink - DOCKERFILE_DIR=golang