From ef49b55b20277c3854eece485a827f8c39157b17 Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sat, 25 Mar 2017 22:10:53 -0500 Subject: [PATCH] Going to try to cut down Travis CI time --- .travis.yml | 5 ++--- LICENSE.md | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac875209..6d4105b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,16 +7,15 @@ android: - platform-tools - tools - build-tools-25.0.2 - - android-22 - android-25 - - sys-img-armeabi-v7a-android-22 + - sys-img-armeabi-v7a-android-25 - extra-android-m2repository - extra-android-support - extra-google-m2repository before_script: # Create and start emulator - - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a + - echo no | android create avd --force -n test -t android-25 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & diff --git a/LICENSE.md b/LICENSE.md index da63eed7..f3abe5c6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2016 Patches Klinefelter + Copyright 2017 Patches Klinefelter Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 2f91f7d6..b4c2a80f 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ String ssid = mWiseFy.searchForSSID("SSID To Search For", 30000); ``` ## License ## -Copyright 2016 Patches Klinefelter +Copyright 2017 Patches Klinefelter Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at