Skip to content

Commit

Permalink
Going to try to cut down Travis CI time
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Mar 26, 2017
1 parent d3a3a2c commit ef49b55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef49b55

Please sign in to comment.