Skip to content

Commit ac41958

Browse files
committed
check .travis.yml on travis
1 parent a068e0d commit ac41958

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ install:
4747
export TOXPYTHON=$(echo $HOME/pypy3*/bin/pypy3)
4848
fi
4949
set +x
50+
- |
51+
set -ex
52+
if [[ $TOXENV == 'check' ]]; then
53+
(gem install travis --no-rdoc --no-ri
54+
travis lint .travis.yml)
55+
fi
56+
set +x
5057
script:
5158
- tox -v
5259
after_failure:

0 commit comments

Comments
 (0)