Skip to content

Commit 9c90e32

Browse files
committed
update travis config and README
1 parent 8b8589b commit 9c90e32

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
---
21
language: java
32

43
branches:
54
only:
65
- master
76

87
jdk:
9-
- openjdk7
10-
- oraclejdk7
8+
- oraclejdk8
9+
10+
script: mvn clean install

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,4 @@ So, right now AndroidScreencast support all Android versions equal or greater th
7070

7171
Also, to run AndroidScreencast you will need *adb* installed (or you can use bundled in OS bundles adb).
7272

73-
[Android_4_1_1_Input]: http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.1.1_r1/com/android/commands/input/Input.java#Input
74-
75-
[latest_release]: https://github.com/xSAVIKx/AndroidScreencast/releases/latest
73+
[Android_4_1_1_Input]: http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.1.1_r1/com/android/commands/input/Input.java#Input

0 commit comments

Comments
 (0)