Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Commit fc4ef5b

Browse files
Daniel-Doschkal
authored andcommitted
update for Wildfly-14
1 parent 3aca552 commit fc4ef5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
GLASSFISH_URL="http://download.oracle.com/glassfish/5.0.1/nightly/latest-web.zip"
6-
WILDFLY_URL="http://download.jboss.org/wildfly/13.0.0.Final/wildfly-13.0.0.Final.tar.gz"
6+
WILDFLY_URL="http://download.jboss.org/wildfly/14.0.0.Final/wildfly-14.0.0.Final.tar.gz"
77
LIBERTY_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/18.0.0.2/wlp-webProfile7-18.0.0.2.zip"
88

99
if [ "${1}" == "glassfish-bundled" ]; then
@@ -48,7 +48,7 @@ elif [ "${1}" == "tck-wildfly" ]; then
4848
curl -s -o wildfly.tgz "${WILDFLY_URL}"
4949
tar -xzf wildfly.tgz
5050
mvn -B -V -DskipTests clean install
51-
LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=wildfly.pid ./wildfly-13.0.0.Final/bin/standalone.sh -Dee8.preview.mode=true > wildfly.log 2>&1 &
51+
LAUNCH_JBOSS_IN_BACKGROUND=1 JBOSS_PIDFILE=wildfly.pid ./wildfly-14.0.0.Final/bin/standalone.sh > wildfly.log 2>&1 &
5252
sleep 30
5353
pushd tck
5454
mvn -B -V -Dtck-env=wildfly verify

0 commit comments

Comments
 (0)