mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 00:37:52 +00:00
Merge pull request #115 from Parabot/bugfix/only-build-jdk7
[BUGFIX] We should only deploy on JDK7
This commit is contained in:
@@ -54,3 +54,4 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
repo: Parabot/Parabot
|
repo: Parabot/Parabot
|
||||||
all_branches: true
|
all_branches: true
|
||||||
|
jdk: 'oraclejdk7'
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
sleep 5
|
sleep 5
|
||||||
curl --data "build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" -sS "http://v3.bdn.parabot.org/api/bot/create/client" >/dev/null
|
curl --data "build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" "http://v3.bdn.parabot.org/api/bot/create/client"
|
||||||
Reference in New Issue
Block a user