diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..c0f28cfa4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: java +jdk: oraclejdk8 diff --git a/Vagrantfile b/Vagrantfile index 9acdae5e9..8382f0e48 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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. diff --git a/pom.xml b/pom.xml index 0f4cf6229..3c78adc5b 100644 --- a/pom.xml +++ b/pom.xml @@ -360,3 +360,5 @@ + + \ No newline at end of file