mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 02:35:21 +01:00
Added Travis CI
This commit is contained in:
parent
712d2a179f
commit
f1e31c3c72
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
# Source language and JDK version to use.
|
||||
language: java
|
||||
jdk: oraclejdk8
|
||||
before_install:
|
||||
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
|
||||
|
Loading…
Reference in New Issue
Block a user