plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0ee9a76489adf09da22f1572efbf2b171d5ffac6
parent d6d713fc18b2f766d09413fd212eaa6864159d09
Author: gstraube <gstraube@mailbox.org>
Date:   Sat, 12 Aug 2017 15:25:50 +0200

Run only unit tests

Diffstat:
M.travis.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -12,6 +12,7 @@ before_install: - mkdir "$ANDROID_HOME/licenses" || true - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license" - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license" +script: ./gradlew test licenses: - android-sdk-license-.+ -- '.+' + - '.+'