Travis CI script now sets `globstar` shell option.

This commit is contained in:
Alexander Regueiro 2018-03-22 02:05:28 +00:00 committed by Who? Me?!
parent eea5f4c3ad
commit 26d4882c94
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: rust
cache:
- cargo
before_install:
- shopt -s globstar
- MAX_LINE_LENGTH=80 bash ci/check_line_lengths.sh src/**/*.md
install:
- source ~/.cargo/env || true