We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
globstar
1 parent aeef4cd commit 193a2bfCopy full SHA for 193a2bf
.travis.yml
@@ -2,6 +2,7 @@ language: rust
2
cache:
3
- cargo
4
before_install:
5
+- shopt -s globstar
6
- MAX_LINE_LENGTH=80 bash ci/check_line_lengths.sh src/**/*.md
7
install:
8
- source ~/.cargo/env || true
0 commit comments