You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/04/29 18:27:16 UTC

[incubator-tamaya] branch master updated: INFRA-18283: Fix error in travis file.

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 8f00fea  INFRA-18283: Fix error in travis file.
8f00fea is described below

commit 8f00fea3a196d58efe139f425128af9f617aa220
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Mon Apr 29 20:26:59 2019 +0200

    INFRA-18283: Fix error in travis file.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ee0c094..784e1b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ jobs:
     include:
         - name: "Java 8"
           jdk: openjdk8
-           script: mvn clean install sonar:sonar -Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-tamaya
+          script: mvn clean install sonar:sonar -Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-tamaya
 
         - name: "Java 9"
           jdk: openjdk9