Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 09e4970

Browse files
committed
Add tests to travis
1 parent da0d357 commit 09e4970

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ captures/
1414

1515
# Misc
1616
.DS_Store
17+
.classpath
18+
.project
19+
.settings

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android:
2121
- tools
2222

2323
before_script: echo y | ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "platforms;android-27"
24-
script: ./gradlew build jacocoTestReport
24+
script: ./gradlew build jacocoTestReport :easypermissions:test
2525

2626
after_failure:
2727
- cat app/build/reports/tests/testDebugUnitTest/index.html

0 commit comments

Comments
 (0)