Fixed travis dependency install script

This commit is contained in:
Rsl1122 2018-04-05 18:52:34 +03:00
parent 27e333d01f
commit 612b68ea68

View File

@ -1,7 +1,9 @@
language: java
sudo: false
install: true
before_script: mvn install:install-file -Dfile=$HOME/PlanPluginBridge/PlanPluginBridge-4.2.0.jar && cd Plan
before_script:
- mvn install:install-file -Dfile=$HOME/Rsl1122/Plan-PlayerAnalytics/PlanPluginBridge/PlanPluginBridge-4.2.0.jar
- cd Plan
addons:
sonarcloud:
organization: "player-analytics-plan"