Removed pluginbridge jar from the repository and travis scripts

This commit is contained in:
Rsl1122 2018-11-17 11:47:05 +02:00
parent 374d4fefaa
commit 9aa0f0865d
3 changed files with 0 additions and 5 deletions

View File

@ -14,7 +14,6 @@ jobs:
include:
- stage: "Tests"
name: "Unit tests"
script: bash scripts/prepareBuild.sh
script: bash scripts/runTests.sh
- stage: "System Tests"
name: "Test environment setup"

View File

@ -1,4 +0,0 @@
mvn clean
cd PlanPluginBridge
mvn install:install-file -Dfile=./PlanPluginBridge-4.5.0.jar -DpomFile=./pom.xml
cd ..