Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2110cd1

Browse files
committedOct 19, 2017
Make formatting stage non-blocking on Travis
1 parent a24ac3d commit 2110cd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ language: cpp
33
jobs:
44
include:
55

6-
- stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test
6+
- &formatting-stage
7+
stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test
78
env: NAME="clang-format"
89
addons:
910
apt:
@@ -191,6 +192,7 @@ jobs:
191192
script: echo "This is coverity build. No need for tests."
192193

193194
allow_failures:
195+
- <<: *formatting-stage
194196
- <<: *linter-stage
195197

196198
install:

0 commit comments

Comments
 (0)
Please sign in to comment.