Skip to content

Commit d5e400d

Browse files
committed
removing mvn install from travis install: phase
this seems redundant with the mvn clean verify command in the script: phase
1 parent 9ddeb1f commit d5e400d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ 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-
- travis_retry mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -P use_CI_repositories,modelanimation,trace_and_framework,java_execution,repository
1917
before_script:
2018
- "export DISPLAY=:99.0"
2119
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)