-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix null plugin description. Use resolution stratage like SmartBear using for their maven plugin. - Using latest fully functional stable SoapUI runner (5.3.0). Newer release 5.4.0 is very limited. So we don't wanna loose load testing functionality. - Using java 8
- Loading branch information
Showing
5 changed files
with
23 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,14 @@ | ||
env: | ||
- TERM=dumb | ||
|
||
- TERM=dumb | ||
sudo: false | ||
|
||
language: groovy | ||
jdk: | ||
- oraclejdk8 | ||
- oraclejdk7 | ||
- openjdk7 | ||
|
||
- oraclejdk8 | ||
- openjdk8 | ||
cache: | ||
directories: | ||
- "$HOME/.gradle/caches/" | ||
|
||
before_install: | ||
- chmod +x gradlew | ||
|
||
after_success: | ||
- ./gradlew jacocoTestReport coveralls | ||
|
||
after_failure: | ||
- ./gradlew clean check --debug | ||
install: true | ||
script: bash gradlew clean build | ||
after_success: bash ./gradlew jacocoTestReport coveralls | ||
after_failure: bash ./gradlew clean check --debug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters