3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

travis: try to get build bots not to timeout..

This commit is contained in:
Nuno Lopes 2021-02-19 16:35:46 +00:00
parent 060650628b
commit f1e6227b8f
2 changed files with 4 additions and 3 deletions

View file

@ -12,7 +12,7 @@ ARG DOTNET_BINDINGS
ARG JAVA_BINDINGS
ARG NO_SUPPRESS_OUTPUT
ARG PYTHON_BINDINGS
ARG PYTHON_EXECUTABLE=/usr/bin/python2.7
ARG PYTHON_EXECUTABLE=python
ARG RUN_API_EXAMPLES
ARG RUN_SYSTEM_TESTS
ARG RUN_UNIT_TESTS