Skip to content

Commit

Permalink
Fix travis (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartcharbon authored Sep 6, 2024
1 parent 101fc1f commit 2bb2eb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ before_install:
- cp travis.settings.xml $HOME/.m2/settings.xml
script:
- mvn clean install sonar:sonar -Pcoverage -Dsonar.projectKey=molgenis_vip-inheritance-matcher
before_deploy:
- yes | gem update --system --force
- gem install bundler
- gem install uri
- gem install logger
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 2bb2eb6

Please sign in to comment.