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