Skip to content

Commit 4a51daf

Browse files
committed
trying to speed up travis build
(its seems that travis add a mvn install phase by default if the language is set to java, trying to overide it...
1 parent d5e400d commit 4a51daf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ cache:
1414
before_install:
1515
- echo "MAVEN_OPTS='-Xmx2048m -XX:MaxPermSize=512m'" > ~/.mavenrc
1616
- git clone https://github.com/gemoc/gemoc-studio.git ${TRAVIS_BUILD_DIR}/../gemoc-studio
17+
install:
18+
-
1719
before_script:
1820
- "export DISPLAY=:99.0"
1921
- "sh -e /etc/init.d/xvfb start"
2022
- sleep 3 # give xvfb some time to start
2123
script:
2224
-
2325
# Build update-site
24-
- travis_retry mvn -P use_CI_repositories,modelanimation,trace_and_framework,java_execution,repository clean verify
26+
- travis_retry mvn -P use_CI_repositories,modelanimation,trace_and_framework,java_execution,repository verify
2527
# Rename the zipped update site to nightly
2628
- mv releng/org.gemoc.siriusanimation.repository/target/org.gemoc.siriusanimation.repository-*-SNAPSHOT.zip
2729
releng/org.gemoc.siriusanimation.repository/target/org.gemoc.siriusanimation.repository-nightly.zip

0 commit comments

Comments
 (0)