mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-14 14:45:36 +01:00
Travis update
This commit is contained in:
parent
5a40e5b9ea
commit
c178d982af
@ -5,8 +5,11 @@ before_install:
|
|||||||
- bash build.sh
|
- bash build.sh
|
||||||
- cd ../
|
- cd ../
|
||||||
|
|
||||||
|
install:
|
||||||
|
- mvn -U clean install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mvn clean package -DskipTests
|
- mvn package -DskipTests
|
||||||
- export FOO=$(ls /Server/plugins/ChestsPlusPlus-*.jar)
|
- export FOO=$(ls /Server/plugins/ChestsPlusPlus-*.jar)
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
@ -21,6 +21,11 @@
|
|||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>spigotmc-repo</id>
|
||||||
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>dmulloy2-repo</id>
|
<id>dmulloy2-repo</id>
|
||||||
<url>http://repo.dmulloy2.net/nexus/repository/public/</url>
|
<url>http://repo.dmulloy2.net/nexus/repository/public/</url>
|
||||||
|
Loading…
Reference in New Issue
Block a user