Skip to content

Commit

Permalink
do not resolve own dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed May 19, 2019
1 parent 041fcb0 commit f44e9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh

install:
- jabba install "$TRAVIS_JDK" && jabba use $_ && java -Xmx32m -version
- mvn dependency:resolve
- mvn dependency:resolve -DexcludeGroupIds=io.github.zchunk

stages:
- validations
Expand Down

0 comments on commit f44e9aa

Please # to comment.