mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-04-15 16:45:44 +02:00
Updated readme to remove travis parts
This commit is contained in:
parent
4648ca31d6
commit
9aa53f4a28
34
.github/workflows/gradle.yml
vendored
34
.github/workflows/gradle.yml
vendored
@ -1,17 +1,17 @@
|
||||
name: Java CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
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 Gradle
|
||||
run: ./gradlew build
|
||||
name: Java CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
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 Gradle
|
||||
run: ./gradlew build
|
||||
|
@ -8,14 +8,14 @@
|
||||
[](https://github.com/sekwah41/Advanced-Portals/stargazers)
|
||||
[](https://github.com/sekwah41/Advanced-Portals/blob/master/LICENSE.md)
|
||||
|
||||
Advanced Portals [](https://travis-ci.org/sekwah41/Advanced-Portals/branches)
|
||||
Advanced Portals 
|
||||
==============
|
||||
An advanced portals plugin for bukkit made by sekwah41 designed to have a wide range of features which are easy to use. It adds a bunch of commands to create and edit portals and destinations. This plugin not only enable normal teleportation but also cross server teleportation for networks using bungee.
|
||||
|
||||
# Branch Layout
|
||||
* [master](https://github.com/sekwah41/Advanced-Portals/) (Release Build) [](https://travis-ci.org/sekwah41/Advanced-Portals/branches)
|
||||
* [dev](https://github.com/sekwah41/Advanced-Portals/tree/dev) (Dev Build) [](https://travis-ci.org/sekwah41/Advanced-Portals/branches)
|
||||
* [recode](https://github.com/sekwah41/Advanced-Portals/tree/recode) (Recode) [](https://travis-ci.org/sekwah41/Advanced-Portals/branches)
|
||||
* [master](https://github.com/sekwah41/Advanced-Portals/) (Release Build)
|
||||
* [dev](https://github.com/sekwah41/Advanced-Portals/tree/dev) (Dev Build)
|
||||
* [recode](https://github.com/sekwah41/Advanced-Portals/tree/recode) (Recode)
|
||||
|
||||
Once the recode is done the master branch will be releases and the dev branch will be where work is done.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user