From 5444c04949b3e859764a47c5a2c08557e5f20ed1 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Thu, 3 Jan 2019 13:22:23 +0200 Subject: [PATCH] Fixed travis script paths --- scripts/runCheckstyle.sh | 2 +- scripts/runTests.sh | 2 +- scripts/sonar.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/runCheckstyle.sh b/scripts/runCheckstyle.sh index 0751bd510..72afd306c 100644 --- a/scripts/runCheckstyle.sh +++ b/scripts/runCheckstyle.sh @@ -1,4 +1,4 @@ -cd $HOME/Plan +cd $HOME/Plan-PlayerAnalytics/Plan gradle checkstyleMain gradle checkstyleTest cd $HOME diff --git a/scripts/runTests.sh b/scripts/runTests.sh index b79b77d72..c94b807e6 100644 --- a/scripts/runTests.sh +++ b/scripts/runTests.sh @@ -1,3 +1,3 @@ -cd $HOME/Plan +cd $HOME/Plan-PlayerAnalytics/Plan gradle test --info cd $HOME diff --git a/scripts/sonar.sh b/scripts/sonar.sh index 87b5b2cdf..7f66bf7a5 100644 --- a/scripts/sonar.sh +++ b/scripts/sonar.sh @@ -1,4 +1,4 @@ -cd $HOME/Plan +cd $HOME/Plan-PlayerAnalytics/Plan if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then gradle sonarqube fi