Skip to content

Commit df654ab

Browse files
Finding travis issues
Change-Id: Id886860721c242f04ae69d9f0c1c927dd1f2b274
1 parent 28a671c commit df654ab

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ android:
77
- android-22
88
- extra-google-m2repository
99
- extra-android-m2repository
10+
addons:
11+
apt_packages:
12+
- pandoc
13+
1014
script: ./gradlew build
15+
16+
after_script:
17+
- for f in "websockets-example/build/outputs/lint-results*.html"; do pandoc $f -t plain; done

0 commit comments

Comments
 (0)