We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf268c commit 0afe903Copy full SHA for 0afe903
build_starter.txt
@@ -1 +1 @@
1
-build#1.3
+build#1.4
circle.yml
@@ -5,7 +5,8 @@ dependencies:
5
6
test:
7
override:
8
- - ./gradlew clean assembleDebug
+ - ./gradlew clean assembleDebug:
9
+ timeout: 1000
10
# copy the build outputs to artifacts
11
- ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1):
12
timeout: 1000
0 commit comments