From 5acb15d84ebff48cf0f6a001249cb8e8a8a8a20f Mon Sep 17 00:00:00 2001 From: jthoene Date: Tue, 1 Sep 2020 15:55:14 +0200 Subject: [PATCH] Always disable P2 mirrors --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07541ad4..58fd5d57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,14 +24,14 @@ env: - TERM=dumb matrix: include: - - env: MVNCALL="mvn clean verify -P2019-06.target,tests -Dtycho.disableP2Mirrors=true" + - env: TARGET=2019-06.target if: branch = master - - env: MVNCALL="mvn clean verify -PLatest.target,tests" + - env: TARGET=Latest.target before_install: - chmod +x $TRAVIS_BUILD_DIR/extensions/vscode/gradlew script: - cd releng/com.yakindu.solidity.releng - - $MVNCALL + - mvn clean verify -P$TARGET,tests -Dtycho.disableP2Mirrors=true - cd ../com.yakindu.solidity.repository/target - zip -r repository.zip repository - cd $TRAVIS_BUILD_DIR/extensions/vscode