Skip to content

Commit 0afe903

Browse files
author
Felix Müller
committed
no message
1 parent 5bf268c commit 0afe903

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build_starter.txt

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

circle.yml

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

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

0 commit comments

Comments
 (0)