Skip to content

Commit 886ac83

Browse files
committed
have travis linter set exit code
1 parent aa40939 commit 886ac83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install:
4545
set -ex
4646
if [[ $TOXENV == 'check' ]]; then
4747
(gem install travis --no-rdoc --no-ri
48-
travis lint .travis.yml)
48+
travis lint -x)
4949
fi
5050
set +x
5151
script:

0 commit comments

Comments
 (0)