This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new b0ae6fe  Uses proper distro and JDK
b0ae6fe is described below

commit b0ae6fec75b0d3482481adbe8a9ebae78f7eeb1b
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Nov 13 07:22:56 2019 +0100

    Uses proper distro and JDK
---
 .travis.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c2b3019..d0d4d7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,13 @@
+dist: xenial
 language: java
 sudo: false
 
 jdk:
-  - oraclejdk8
+  - openjdk8
 
 install: true
-script: mvn test
+script: ./mvnw test
+
+cache:
+  directories:
+    - $HOME/.m2

Reply via email to