Added travis file

This commit is contained in:
VISHAKH 2018-02-08 15:03:10 -06:00
parent f071c3bd03
commit 2372750913
3 changed files with 5 additions and 1 deletions

2
.travis.yml Normal file
View file

@ -0,0 +1,2 @@
language: java
jdk: oraclejdk8

2
Vagrantfile vendored
View file

@ -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.

View file

@ -360,3 +360,5 @@
</plugins>
</build>
</project>
<!-- Final Version by Vishakh -->