From 3a48d7ee1f08c12dd544ad4b7d780ceef0e4aade Mon Sep 17 00:00:00 2001 From: Marco Minghini Date: Mon, 30 Sep 2019 14:12:19 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d2be9eb..f83df4c78 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ETS repository for the INSPIRE Validator -This is the repository for all Executable Test Suites of the [INSPIRE validator](http://inspire-sandbox.jrc.ec.europa.eu/validator/). The validator uses [ETF](http://etf-validator.net/) as the test framework software tool. +This is the repository for all Executable Test Suites of the [INSPIRE validator](http://inspire.ec.europa.eu/validator/). The validator uses [ETF](http://etf-validator.net/) as the test framework software tool. The repository [ets-test-resources](https://github.com/inspire-eu-validation/ets-test-resources) includes Test Objects and expected test results that are used for automated regression tests. From daf5d4775c1928372c3332cf8a1a2977e9407e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn?= Date: Thu, 23 Jan 2020 10:57:34 +0100 Subject: [PATCH 2/2] Update travis.yml Update travis.yml in order to fix the Travis build issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d10e18dd6..dd9b7772a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java jdk: - - oraclejdk8 + - openjdk8 os: - linux