Skip to content

Commit 3f934ac

Browse files
cichlibbatsov
authored andcommitted
Correctly specify fast_finish and allow_failures under matrix in Travis config
1 parent 3100bc1 commit 3f934ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ stages:
3333
if: repo = clojure-emacs/cider-nrepl
3434
AND type != pull_request
3535
AND ( branch = master OR branch =~ ^v[0-9]+\.[0-9]+\.[0-9]+.*$ )
36+
3637
jobs:
3738
include:
3839
- stage: check
@@ -53,6 +54,7 @@ jobs:
5354
- stage: deploy
5455
env: TARGET=deploy
5556

57+
matrix:
5658
fast_finish: true
5759
allow_failures:
5860
- jdk: openjdk-ea

0 commit comments

Comments
 (0)