Skip to content

Commit 292374f

Browse files
longbaiMistyL
authored andcommitted
update travis
1 parent 7757f3a commit 292374f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ android:
2121

2222
# Specify at least one system image
2323
# if you need to run emulator(s) during your tests
24-
- sys-img-armeabi-v7a-android-25
24+
- sys-img-x86-google_apis-25
2525

2626
- extra-android-support
2727
- extra-android-m2repository
2828

2929
# Emulator Management: Create, Start and Wait
3030
before_script:
3131
- android list targets
32-
- echo no | android create avd --force -n test -t android-25
32+
- echo no | android create avd --force -n test -t android-25 --abi x86
3333
- emulator -avd test -no-skin -no-audio -no-window &
3434
- android-wait-for-emulator
3535
- adb shell input keyevent 82 &

library/src/main/java/com/qiniu/android/bigdata/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public Configuration clone() throws CloneNotSupportedException{
2626
return (Configuration)super.clone();
2727
}
2828

29-
static Configuration copy(Configuration config){
29+
public static Configuration copy(Configuration config){
3030
if (config == null){
3131
return new Configuration();
3232
}

0 commit comments

Comments
 (0)