Merge pull request #151 from kiwix/reduce_travis_build

Do not do unecessary build.
This commit is contained in:
Matthieu Gautier 2018-04-16 17:25:11 +02:00 committed by GitHub
commit fc3cf614a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ branches:
only:
- master
- /\d+\.\d+\.\d+$/
if: type != push OR tag IS present
before_install:
- eval "${MATRIX_EVAL}"
- ${CXX} --version