From fc25882c0e85155cfc454ba97d040e357ba83b54 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Mon, 15 Nov 2021 12:16:54 -0600 Subject: [PATCH] Update CI details The CI is now travis-ci.com, and the platform being tested is OpenJDK 8. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ddcd0..0043a94 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Importance: All with high marked features are required for a hello word sample. Required Java Version ---- -The JWebAssembly compiler requires Java SE 8 or higher. It is tested with Java SE 8 on [travis-ci.org](https://travis-ci.org/i-net-software/jwebassembly). +The JWebAssembly compiler requires Java SE 8 or higher. It is tested with OpenJDK 8 on [travis-ci.com](https://app.travis-ci.com/github/i-net-software/JWebAssembly). ## Usage