From 9c90e32b6f75a7a55690f0b726855bc8eeec68b4 Mon Sep 17 00:00:00 2001 From: Iurii Sergiichuk Date: Sat, 24 Dec 2016 15:29:11 +0200 Subject: [PATCH] update travis config and README --- .travis.yml | 6 +++--- README.md | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a924cf8..5c90948 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ ---- language: java branches: @@ -6,5 +5,6 @@ branches: - master jdk: - - openjdk7 - - oraclejdk7 + - oraclejdk8 + +script: mvn clean install \ No newline at end of file diff --git a/README.md b/README.md index c0d50b8..cf256e0 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,4 @@ So, right now AndroidScreencast support all Android versions equal or greater th Also, to run AndroidScreencast you will need *adb* installed (or you can use bundled in OS bundles adb). -[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 - -[latest_release]: https://github.com/xSAVIKx/AndroidScreencast/releases/latest +[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 \ No newline at end of file