Skip to content

Commit d54a7d5

Browse files
author
rygelouv
committed
Add travis CI badge
1 parent 1a8e6e0 commit d54a7d5

File tree

6 files changed

+88
-81
lines changed

6 files changed

+88
-81
lines changed

.idea/codeStyles/Project.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator.xml

Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,4 @@ env:
1111

1212
# Run assemble, unit tests, and create coverage report
1313
script:
14-
- ./gradlew clean assembleDebug assembleRelease testDebug createDebugUnitTestCoverageReport
15-
# Renaming folder and files of reports so codecov.io can find it
16-
- mv app/build/reports/jacoco/createDebugUnitTestCoverageReport app/build/reports/jacoco/jacocoTestDebugUnitTestReport
17-
- mv app/build/reports/jacoco/jacocoTestDebugUnitTestReport/createDebugUnitTestCoverageReport.xml app/build/reports/jacoco/jacocoTestDebugUnitTestReport/jacocoTestDebugUnitTestReport.xml
18-
# Codecov.io
19-
- bash <(curl -s https://codecov.io/bash)
14+
- ./gradlew clean assembleDebug assembleRelease testDebug

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# MagicPref
2+
3+
[![Build Status](https://travis-ci.org/rygelouv/MagicPref.svg?branch=master)](https://travis-ci.org/rygelouv/MagicPref)
4+
25
Android Shared preferences syntactic sugar based on delegation and uses the EncryptedSharedPreferences from the AndroidX security library

0 commit comments

Comments
 (0)