Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 45632bf

Browse files
committed
test-3
1 parent c19263c commit 45632bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ script:
135135
# build WeexSDK and run WeexSDKTests
136136
xcodebuild -project ios/sdk/WeexSDK.xcodeproj test -scheme WeexSDKTests CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination "platform=iOS Simulator,name=iPhone 6"
137137
# build WeexDemo and run WeexDemo test
138-
xcodebuild -workspace weex-playground/ios/WeexDemo.xcworkspace test -scheme WeexDemo CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination "platform=iOS Simulator,name=iPhone 6"
138+
xcodebuild -workspace weex-playground/ios/WeexDemo.xcworkspace test -scheme WeexDemo CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination "platform=iOS Simulator,name=iPhone 6" | grep -A 5 error
139139
fi
140140
;;
141141
esac

android/sdk/src/main/java/com/taobao/weex/adapter/ClassLoaderAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ public Class<? extends WXComponent> getComponentClass(String name, String classN
5252
}
5353
}
5454

55-
}
55+
}

ios/sdk/WeexSDK/Sources/Model/WXComponent_performance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
@property (nonatomic,assign) BOOL hasAdd;
2525
@property (nonatomic,assign) BOOL ignoreInteraction;
2626

27-
@end
27+
@end

0 commit comments

Comments
 (0)