Browse Source

updated travis to ignore checking travis.yml file

master
srvrco 7 years ago
parent
commit
e062834651
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@ -4,7 +4,7 @@ language: bash
sudo: false
script:
- shellcheck $(grep -rIzl '^#![[:blank:]]*/bin/"bash\|sh"' ./ | grep .git -v | cat)
- shellcheck $(grep -rIzl '^#![[:blank:]]*/bin/"bash\|sh"' ./ | grep ".git\|travis.yml" -v | cat)
matrix:
fast_finish: true

Loading…
Cancel
Save