From db9686512c9ba2778cc4d80dc7d78006d86a4333 Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Mon, 17 Oct 2016 01:19:54 +0200 Subject: [PATCH 1/2] [!][BUGFIX] We should only deploy on jdk7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bcf0c24..09ecbf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,3 +54,4 @@ deploy: on: repo: Parabot/Parabot all_branches: true + jdk: 'oraclejdk7' From 9fe519870913ad839710dca563e5a3f7e0ec868d Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Mon, 17 Oct 2016 01:20:19 +0200 Subject: [PATCH 2/2] =?UTF-8?q?[BUGFIX]=20We=E2=80=99re=20still=20in=20dev?= =?UTF-8?q?elopment,=20let=E2=80=99s=20show=20the=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis/call-creation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/call-creation.sh b/.travis/call-creation.sh index ad003f8..57cefe8 100755 --- a/.travis/call-creation.sh +++ b/.travis/call-creation.sh @@ -1,4 +1,4 @@ #! /bin/bash sleep 5 -curl --data "build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" -sS "http://v3.bdn.parabot.org/api/bot/create/client" >/dev/null \ No newline at end of file +curl --data "build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" "http://v3.bdn.parabot.org/api/bot/create/client" \ No newline at end of file