From 66d897667c451ef6560d89b979b7001c57a3eda6 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Sat, 20 Mar 2021 18:07:17 +0100 Subject: THRIFT-5347 Remove deprecated Haskell bindings Client: hs Patch: Jens Geyer This closes #2352 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f3dc7e4a7..409eee777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ env: - BUILD_ARG="" - BUILD_ENV="-e CC=gcc -e CXX=g++ -e THRIFT_CROSSTEST_CONCURRENCY=4" - DISTRO=ubuntu-bionic - - BUILD_LIBS="CPP C_GLIB HASKELL JAVA PYTHON TESTING TUTORIALS" # only meaningful for CMake builds + - BUILD_LIBS="CPP C_GLIB JAVA PYTHON TESTING TUTORIALS" # only meaningful for CMake builds - TRAVIS_BUILD_STAGE=test # DOCKER_REPO (this works for all builds as a source for docker images - you can override for fork builds in your Travis settings) - DOCKER_REPO="thrift/thrift-build" -- cgit v1.2.1