File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ DELEGATES_PREFERENCE =delegateValidatorList
2
+ USER_BUILD_PREFERENCE =enabledBuildValidatorListorg.eclipse.wst.wsi.ui.internal.WSIMessageValidator;
3
+ USER_MANUAL_PREFERENCE =enabledManualValidatorListorg.eclipse.wst.wsi.ui.internal.WSIMessageValidator;
4
+ USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationtrueversion1.2.800.v201904082137
5
+ eclipse.preferences.version =1
6
+ override =true
7
+ suspend =true
8
+ vf.version =3
Original file line number Diff line number Diff line change @@ -14,9 +14,13 @@ install:
14
14
- cmd : SET MAVEN_OPTS=-Xmx1024m
15
15
- cmd : SET JAVA_OPTS=-XX:+UseG1GC -Xmx1024m
16
16
build_script :
17
- - mvn clean package --batch-mode -DskipTest
17
+ - mvn clean package --batch-mode -DskipTests
18
18
test_script :
19
19
- mvn test verify --batch-mode
20
+ after_test :
21
+ - " SET PATH=C:\\ Python34;C:\\ Python34\\ Scripts;%PATH%"
22
+ - pip install codecov
23
+ - codecov
20
24
cache :
21
25
- C:\maven\
22
26
- C:\Users\appveyor\.m2
You can’t perform that action at this time.
0 commit comments