Travis CI - skip unit tests for documentation changes (#5267)
* Add script to skip tests on non master branches with only docs changes * Review comments - Use 'grep -c' instead of 'wc -l'
This commit is contained in:
parent
b60413af60
commit
50fce7f255
2 changed files with 23 additions and 1 deletions
|
@ -21,7 +21,7 @@ before_script:
|
|||
- avr-gcc --version
|
||||
script:
|
||||
- git rev-parse --short HEAD
|
||||
- make test:all
|
||||
- bash util/travis_test.sh
|
||||
- bash util/travis_build.sh
|
||||
- bash util/travis_docs.sh
|
||||
addons:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue