Skip to content

Commit

Permalink
Change travis build with ee9 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed Jun 7, 2021
1 parent bbee4f1 commit 31af14a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Expand Up @@ -2,13 +2,12 @@ install:
- mvn -B clean; java -version
script:
- travis_wait 60 travis-script/prebuild.sh
- travis_wait 60 mvn -B -Ptravis,jboss-repository -fae -Dserver.version=$SERVER_VERSION ${ELYTRON:+-Delytron} install

- travis_wait 60 mvn -B -Ptravis,jboss-repository -fae -Pee9 install
language: java
jdk:
- openjdk8
env:
- SERVER_VERSION=21.0.1.Final ELYTRON=true
- openjdk11
#env:
# - SERVER_VERSION=21.0.1.Final ELYTRON=true
jobs:
addons:
hosts:
Expand Down
5 changes: 5 additions & 0 deletions travis-script/prebuild.sh
Expand Up @@ -9,3 +9,8 @@ git clone --depth=1 --branch=main https://github.com/stuartwdouglas/optimus.git
pushd $TRAVIS_HOME/optimus
mvn --quiet clean install -DskipTest=true
popd

git clone --depth=1 --branch=master https://github.com/wildfly/wildfly.git $TRAVIS_HOME/wildfly
pushd $TRAVIS_HOME/wildfly
mvn --quiet clean install -DskipTest=true
popd

0 comments on commit 31af14a

Please sign in to comment.