Merge pull request #151 from kiwix/reduce_travis_build
Do not do unecessary build.
This commit is contained in:
commit
fc3cf614a7
|
@ -5,6 +5,7 @@ branches:
|
|||
only:
|
||||
- master
|
||||
- /\d+\.\d+\.\d+$/
|
||||
if: type != push OR tag IS present
|
||||
before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
- ${CXX} --version
|
||||
|
|
Loading…
Reference in New Issue