Skip to content

Commit 423ce93

Browse files
author
Felix Müller
committed
1 parent 0afe903 commit 423ce93

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
@@ -16,5 +16,5 @@ before_install:
1616
- echo yes | android update sdk -a --filter platform-tools --no-ui --force
1717

1818
script:
19-
- ./gradlew clean assembleDebug
19+
- ./gradlew clean assembleDebug -PdisablePreDex
2020
- ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1)

build_starter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
build#1.4
1+
build#1.5

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55

66
test:
77
override:
8-
- ./gradlew clean assembleDebug:
8+
- ./gradlew clean assembleDebug -PdisablePreDex:
99
timeout: 1000
1010
# copy the build outputs to artifacts
1111
- ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1):

0 commit comments

Comments
 (0)