Skip to content

Commit 08cd4dd

Browse files
committed
Remove Versioneye update from Travis build
The limit of 50 calls per hour turned out to be to low. We either need a subscription to Versioneye or, alternatively, ignore failing calls to Versioneye during the CI build. For now, however, we simply remove it from the CI build.
1 parent 021b3db commit 08cd4dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ before_install:
1717
script:
1818
- ./gradlew check
1919
- ./gradlew sonarqube
20-
- if [ "${TRAVIS_BRANCH}" == "master" ] ; then ./gradlew -Pversioneye.projectid="${VERSIONEYE_PROJECTID}" versioneye-update ; fi
2120

2221
after_success:
2322
- ./travis/publish.sh

0 commit comments

Comments
 (0)