From 9ea3cc7165066c71faa96b4253adb644dcec492f Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 16 Jun 2021 14:20:39 +1000 Subject: [PATCH] Remove stray whitespace from .travis.yml This appears to prevent Travis loading secure environment variables. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd5044213..6adb91c3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ - # The scala/scala travis job triggers a build of scala/scala-dist with `mode=release`. For +# The scala/scala travis job triggers a build of scala/scala-dist with `mode=release`. For # the other modes (see below), use the web UI to trigger a build. # # Additional env vars are defined using a `before_install` custom config(*), for example