aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-03-31 22:37:27 -0700
committerJakob Odersky <jakob@odersky.com>2018-03-31 22:37:27 -0700
commit490af981da03926df7442253e6d868ea8a660f92 (patch)
tree4307f19913b82f67fb259c8411bdc88e3e0ed626
parent9520fbc6a7303254c6b5729fb1d91ecf36f6e542 (diff)
downloadsbt-jni-490af981da03926df7442253e6d868ea8a660f92.tar.gz
sbt-jni-490af981da03926df7442253e6d868ea8a660f92.tar.bz2
sbt-jni-490af981da03926df7442253e6d868ea8a660f92.zip
Fix heredoc indentation
-rwxr-xr-x.travis/build16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis/build b/.travis/build
index 7ef4083..124f385 100755
--- a/.travis/build
+++ b/.travis/build
@@ -18,18 +18,18 @@ if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then
# Setup sbt-pgp plugin
cat <<-EOF > project/gpg.sbt
- addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
- EOF
+ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
+ EOF
cat <<-EOF > gpg.sbt
- pgpSigningKey in Global := Some(0x7C921C6769797655l)
- useGpgAgent in Global := true
- useGpg in Global := true
- EOF
+ pgpSigningKey in Global := Some(0x7C921C6769797655l)
+ useGpgAgent in Global := true
+ useGpg in Global := true
+ EOF
# Setup bitray publishing plugin
cat <<-EOF > project/bintray.sbt
- addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
- EOF
+ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
+ EOF
mkdir ~/.bintray
openssl aes-256-cbc \
-K "$encrypted_35cdae908c05_key" \