mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
Added travis file
This commit is contained in:
parent
f071c3bd03
commit
2372750913
3 changed files with 5 additions and 1 deletions
2
.travis.yml
Normal file
2
.travis.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
language: java
|
||||
jdk: oraclejdk8
|
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -28,7 +28,7 @@ Vagrant.configure("2") do |config|
|
|||
# Create a forwarded port mapping which allows access to a specific port
|
||||
# within the machine from a port on the host machine and only allow access
|
||||
# via 127.0.0.1 to disable public access
|
||||
# config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
|
||||
config.vm.network "forwarded_port", guest: 8080, host: 8484, host_ip: "localhost"
|
||||
|
||||
# Create a private network, which allows host-only access to the machine
|
||||
# using a specific IP.
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -360,3 +360,5 @@
|
|||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
<!-- Final Version by Vishakh -->
|
Loading…
Reference in a new issue