Skip to content

Commit

Permalink
removed versioneye
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Jun 6, 2018
1 parent 3124431 commit 3425705
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ before_install:
script:
- ./gradlew build
after_success:
- ./gradlew jacocoTestReport coveralls
- ./gradlew versioneye-update
- ./gradlew jacocoTestReport coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Logo FitBuddy](https://raw.github.com/avalax/FitBuddy/master/doc/about/logo-fitbuddy.png)
==========
[![Build Status](https://travis-ci.org/avalax/FitBuddy.png?branch=master)](https://travis-ci.org/avalax/FitBuddy) [![Coverage Status](https://img.shields.io/coveralls/avalax/FitBuddy.svg)](https://coveralls.io/r/avalax/FitBuddy) [![Dependency Status](https://www.versioneye.com/user/projects/56d966523225f30037816a13/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56d966523225f30037816a13)
[![Build Status](https://travis-ci.org/avalax/FitBuddy.png?branch=master)](https://travis-ci.org/avalax/FitBuddy) [![Coverage Status](https://img.shields.io/coveralls/avalax/FitBuddy.svg)](https://coveralls.io/r/avalax/FitBuddy)

FitBuddy is an Android (>= 5.0 (API level 21)) application to measure your workout.

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
}

plugins {
id "org.standardout.versioneye" version "1.5.0"
id "com.github.ben-manes.versions" version "0.17.0"
id "com.github.kt3k.coveralls" version "2.8.2"
}
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# VersionEye project ID added by Gradle VersionEye plugin
versioneye.projectid=56d966523225f30037816a13
android.builder.sdkDownload=true

proguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt
Expand Down

0 comments on commit 3425705

Please sign in to comment.