From ba9d3a085f04b299b0306642edebc3966100c3ad Mon Sep 17 00:00:00 2001 From: Robinson Gallego Date: Wed, 27 Nov 2019 23:47:28 -0500 Subject: [PATCH 1/5] Create maven.yml --- .github/workflows/maven.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 00000000..91106d3f --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,17 @@ +name: Java CI + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Maven + run: mvn -B package --file pom.xml From 7936936942ce16eab189827b5d21df7881ba077d Mon Sep 17 00:00:00 2001 From: Robinson Gallego Date: Thu, 28 Nov 2019 00:22:30 -0500 Subject: [PATCH 2/5] just a test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..dff5f3a5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: java From 9d20b8cf1d807574408e35bb012937a231beef8e Mon Sep 17 00:00:00 2001 From: Robinson Gallego Date: Thu, 28 Nov 2019 00:27:55 -0500 Subject: [PATCH 3/5] webhook time --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index dff5f3a5..4e4aad18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ language: java +notifications: + webhooks: + urls: + - https://canary.discordapp.com/api/webhooks/649480804052893697/U-IGtYgAI2Huh0YuwCxy6j-AydYe32ugM2EUDjV2gemW_Ol32NlKk2X_1rl_1DQWnObE From aac208710dc7da3670b62d574fe5a42b95a58da5 Mon Sep 17 00:00:00 2001 From: Robinson Gallego Date: Thu, 28 Nov 2019 00:28:24 -0500 Subject: [PATCH 4/5] travis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b00eb6c..ee805a09 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TotalFreedomMod [![codebeat badge](https://codebeat.co/badges/5f078e55-8a02-4120-9076-70f6994f48d1)](https://codebeat.co/projects/github-com-tfpatches-totalfreedommod-tfm-1-14-fa58c58f-b1c4-4221-bf78-346e07db6961) +# TotalFreedomMod [![Build Status](https://travis-ci.org/TFPatches/TotalFreedomMod.svg?branch=TFM-1.14)](https://travis-ci.org/TFPatches/TotalFreedomMod) [![codebeat badge](https://codebeat.co/badges/5f078e55-8a02-4120-9076-70f6994f48d1)](https://codebeat.co/projects/github-com-tfpatches-totalfreedommod-tfm-1-14-fa58c58f-b1c4-4221-bf78-346e07db6961) TotalFreedomMod is a CraftBukkit server plugin designed primarily to support the [Official TotalFreedom Minecraft Server](http://totalfreedom.me/). However, you are more than welcome to adapt the source for your own server. From f976c8ba1929c817da60c85401ec81e169c6b514 Mon Sep 17 00:00:00 2001 From: Robinson Gallego Date: Thu, 28 Nov 2019 00:33:08 -0500 Subject: [PATCH 5/5] Update .travis.yml --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e4aad18..dff5f3a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1 @@ language: java -notifications: - webhooks: - urls: - - https://canary.discordapp.com/api/webhooks/649480804052893697/U-IGtYgAI2Huh0YuwCxy6j-AydYe32ugM2EUDjV2gemW_Ol32NlKk2X_1rl_1DQWnObE