diff options
| author | zvecr <git@zvecr.com> | 2019-04-19 21:20:02 +0100 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-04-19 13:20:02 -0700 |
| commit | 50fce7f255fa39c90239c6406f9c6b3ca2050114 (patch) | |
| tree | ffaf9a082cb2f8003e4d8e72a1fa912857c298cf /.travis.yml | |
| parent | b60413af60896a7b9d344f9f3dc61904015cb7ca (diff) | |
| download | qmk_firmware-50fce7f255fa39c90239c6406f9c6b3ca2050114.tar.gz qmk_firmware-50fce7f255fa39c90239c6406f9c6b3ca2050114.zip | |
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'
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 261e21dc7..a50b205ec 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -21,7 +21,7 @@ before_script: | |||
| 21 | - avr-gcc --version | 21 | - avr-gcc --version |
| 22 | script: | 22 | script: |
| 23 | - git rev-parse --short HEAD | 23 | - git rev-parse --short HEAD |
| 24 | - make test:all | 24 | - bash util/travis_test.sh |
| 25 | - bash util/travis_build.sh | 25 | - bash util/travis_build.sh |
| 26 | - bash util/travis_docs.sh | 26 | - bash util/travis_docs.sh |
| 27 | addons: | 27 | addons: |
