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/16 05:37:03 UTC

[2/6] syncope git commit: Also Travis CI to exclude Eclise build by default

Also Travis CI to exclude Eclise build by default


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

Branch: refs/heads/2_0_X
Commit: 100aa328b35b014b69300c222da0f0ba3c1e1b98
Parents: 4f5e121
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:35:28 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:35:39 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/100aa328/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 87b1284..3dd5793 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ jdk:
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
-install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests
+install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests,without-eclipse
 before_script:
   - cd fit/core-reference
 script: