Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Always disable P2 mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoene authored Sep 1, 2020
1 parent 9ef95ee commit 5acb15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5acb15d

Please sign in to comment.