From 99f131e493bb6d45d9f15042041c4bd260e992b2 Mon Sep 17 00:00:00 2001 From: Alistair Muldal Date: Tue, 13 Apr 2021 17:59:47 +0100 Subject: [PATCH] Add placeholder for `scratchgan` in Travis config * This doesn't work yet due to problems with installing Python 3.5 from source PiperOrigin-RevId: 368237194 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d1daabf..9431041 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ env: - PROJECT="noise_covariance" - PROJECT="option_keyboard" # - PROJECT="polygen" # TODO(b/184847339): Fix and re-enable + # - PROJECT="scratchgan" # TODO(b/184856293): Fix and enable - PROJECT="transporter" - PROJECT="tvt" before_script: