Fixed travis script paths

This commit is contained in:
Rsl1122 2019-01-03 13:22:23 +02:00
parent 63ea5b854e
commit 5444c04949
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
cd $HOME/Plan
cd $HOME/Plan-PlayerAnalytics/Plan
gradle checkstyleMain
gradle checkstyleTest
cd $HOME

View File

@ -1,3 +1,3 @@
cd $HOME/Plan
cd $HOME/Plan-PlayerAnalytics/Plan
gradle test --info
cd $HOME

View File

@ -1,4 +1,4 @@
cd $HOME/Plan
cd $HOME/Plan-PlayerAnalytics/Plan
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
gradle sonarqube
fi