Skip to content

Commit c6347a9

Browse files
cichlibbatsov
authored andcommitted
Be explicit about each job's stage in Travis config
1 parent 7ebe399 commit c6347a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
jdk: openjdk11
3838

3939
# Coverage analysis
40-
- env: CLOJURE_VERSION=1.10 TARGET=cloverage
40+
- stage: test
41+
env: CLOJURE_VERSION=1.10 TARGET=cloverage
4142
jdk: openjdk11
4243
after_success: bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json
4344

0 commit comments

Comments
 (0)