Skip to content

Commit aa6763c

Browse files
committed
try travis --no-interactive
1 parent 886ac83 commit aa6763c

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 -x)
48+
travis lint --no-interactive --exit-code)
4949
fi
5050
set +x
5151
script:

0 commit comments

Comments
 (0)