Skip to content

Commit 703141b

Browse files
garyrussellartembilan
authored andcommitted
Reverse check/checkAsciidocLinks order
1 parent 8c68255 commit 703141b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ install: true
1515
env:
1616
- TERM=dumb SI_FATAL_WHEN_NO_BEANFACTORY=true NO_REFERENCE_TASK=true
1717
script:
18-
- ./gradlew check checkAsciidocLinks --refresh-dependencies --no-daemon
18+
- ./gradlew checkAsciidocLinks check --refresh-dependencies --no-daemon

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ subprojects { subproject ->
274274
}
275275
}
276276

277-
task testAll(type: Test, dependsOn: ['check',":checkAsciidocLinks"])
277+
task testAll(type: Test, dependsOn: [":checkAsciidocLinks",'check'])
278278

279279
gradle.taskGraph.whenReady { graph ->
280280
if (graph.hasTask(testAll)) {

0 commit comments

Comments
 (0)