You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/18 06:30:56 UTC

syncope git commit: Adding explicitely the java9-plus profile for Travis CI, which does not seem to get activated

Repository: syncope
Updated Branches:
  refs/heads/master d3be6a3dc -> 7d239c2ac


Adding explicitely the java9-plus profile for Travis CI, which does not seem to get activated


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/7d239c2a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/7d239c2a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/7d239c2a

Branch: refs/heads/master
Commit: 7d239c2ac9449fb632c946281fcd3ad1645eb34c
Parents: d3be6a3
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Oct 18 08:30:51 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Oct 18 08:30:51 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7d239c2a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b705416..d510cf4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ jdk:
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation -XX:TieredStopAtLevel=1"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
-install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests,without-eclipse
+install: travis_wait mvn --show-version --quiet -T 1C -P java9-plus,all,skipTests,without-eclipse
 before_script:
   - cd fit/core-reference
 script: