From 5452d77193f91c6b3cae38d965debf0ec4ac184e Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 3 Jan 2016 17:08:09 +0100 Subject: [PATCH] Temporary disable building of demo from CI Needs the SBT plugin to take into account `intransitive` hints --- project/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/travis.sh b/project/travis.sh index 8b09447d4..3a67402b0 100755 --- a/project/travis.sh +++ b/project/travis.sh @@ -46,4 +46,4 @@ fi ~/sbt ++${TRAVIS_SCALA_VERSION} $SBT_COMMANDS -[ "$PUSH_GHPAGES" = 0 ] || "$(dirname "$0")/push-gh-pages.sh" "$TRAVIS_SCALA_VERSION" +# [ "$PUSH_GHPAGES" = 0 ] || "$(dirname "$0")/push-gh-pages.sh" "$TRAVIS_SCALA_VERSION"