This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git
The following commit(s) were added to refs/heads/master by this push:
new 4bb58ec TAMAYA-277: Remove verify and do an install only
4bb58ec is described below
commit 4bb58ec4cde6c903da862e1c3c68007594a7d462
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Apr 23 19:24:17 2019 +0200
TAMAYA-277: Remove verify and do an install only
---
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index bb82817..82b804f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,18 +9,18 @@ jobs:
include:
- name: "Java 8"
jdk: openjdk8
- script: mvn clean verify install sonar:sonar
-Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-tamaya
-Dsonar.host.url="https://sonarcloud.io" -Dsonar.login="$SONAR_TOKEN"
+ script: mvn clean install sonar:sonar -Dsonar.organization=apache
-Dsonar.projectKey=apache_incubator-tamaya
-Dsonar.host.url="https://sonarcloud.io" -Dsonar.login="$SONAR_TOKEN"
- name: "Java 9"
jdk: openjdk9
- script: mvn clean verify install
+ script: mvn clean install
- name: "Java 10"
jdk: openjdk10
- script: mvn clean verify install
+ script: mvn clean install
- name: "Java 11"
jdk: openjdk11
- script: mvn clean verify install
+ script: mvn clean install