Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from sbtqa/update-deps
Browse files Browse the repository at this point in the history
Try to fix regex?
  • Loading branch information
clicman authored May 11, 2023
2 parents f38d06d + 8c383ca commit 29481a2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,14 @@ dist: trusty
branches:
only:
- master
- /^[0-9]+\.[0-9]+\.[0-9]+$/
addons:
sonarcloud:
organization: "sbtqasonarkey"
token:
secure: $SONAR_TOKEN
- /^\d+\.\d+\.\d+$/
jdk:
- oraclejdk11
before_install:
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
install:
- mvn clean --settings .travis/settings.xml install -Dmaven.javadoc.skip=true -Dgpg.skip -B -V
#script:
#- mvn org.jacoco:jacoco-maven-plugin:prepare-agent sonar:sonar -Dsonar.login=$SONAR_TOKEN
- mvn clean --settings .travis/settings.xml install -Dmaven.javadoc.skip=true -Dgpg.skip -B -V#script:
deploy:
- provider: script
script: ".travis/deploy.sh"
Expand Down

0 comments on commit 29481a2

Please sign in to comment.