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 2020/02/04 08:35:10 UTC

[syncope] branch 2_1_X updated: Improving Travis CI (#164)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new e0e7775  Improving Travis CI (#164)
e0e7775 is described below

commit e0e7775b468478bfa28dbef376279e74f576bdaa
Author: Francesco Chicchiriccò <il...@users.noreply.github.com>
AuthorDate: Tue Feb 4 09:34:59 2020 +0100

    Improving Travis CI (#164)
---
 .travis.yml                                                       | 8 ++------
 .../src/main/resources/all/saml2sp-logic.properties               | 3 ++-
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cde701b..f41d8ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,13 +19,9 @@ jdk:
   - openjdk8
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation -XX:TieredStopAtLevel=1"' >~/.mavenrc
-# default install is mvn install --quiet -DskipTests=true
-install: travis_wait 30 mvn --show-version --quiet -T 1C -P all,skipTests,without-eclipse
-before_script:
-  - cd fit/core-reference
+install: travis_wait 30 mvn --quiet -T 1C -P all,skipTests,without-eclipse
 script:
-  # invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
-  - mvn --show-version -Pall verify -Dinvoker.streamLogs=true
+  - mvn -Pall,without-eclipse -pl !fit/enduser-reference verify -Dinvoker.streamLogs=true
 after_failure:
   - cat target/log/*
   - cat target/failsafe-reports/org.apache.syncope.fit.*-output.txt
diff --git a/fit/core-reference/src/main/resources/all/saml2sp-logic.properties b/fit/core-reference/src/main/resources/all/saml2sp-logic.properties
index fc99f62..47fc65f 100644
--- a/fit/core-reference/src/main/resources/all/saml2sp-logic.properties
+++ b/fit/core-reference/src/main/resources/all/saml2sp-logic.properties
@@ -21,4 +21,5 @@ keystore.type=jks
 keystore.storepass=changeit
 keystore.keypass=changeit
 sp.cert.alias=sp
-signature.algorithm=RSA_SHA1
\ No newline at end of file
+signature.algorithm=RSA_SHA1
+