Skip to content

Commit 193a2bf

Browse files
Alexander Regueiromark-i-m
Alexander Regueiro
authored andcommitted
Travis CI script now sets globstar shell option.
1 parent aeef4cd commit 193a2bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: rust
22
cache:
33
- cargo
44
before_install:
5+
- shopt -s globstar
56
- MAX_LINE_LENGTH=80 bash ci/check_line_lengths.sh src/**/*.md
67
install:
78
- source ~/.cargo/env || true

0 commit comments

Comments
 (0)