Limit the number of branches that trigger the full test suit.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-02 15:56:47 -04:00
parent 0faeb2626a
commit 1ad7d2a406

View File

@@ -55,6 +55,11 @@ job_docker_nightly:
- export LC_ALL=en_US.UTF-8
- apt-get install -qq curl gcc ghostscript gpgv gnupg graphviz libjpeg-dev libmagic1 libpng-dev libtiff-dev poppler-utils libreoffice poppler-utils python-dev python-pip tesseract-ocr tesseract-ocr-deu
- pip install -r requirements/testing.txt
only:
- master
- versions/next
- nightly
- staging
test-mysql:
<<: *test_base