We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1cfef commit 09e5877Copy full SHA for 09e5877
.travis.yml
@@ -1,6 +1,5 @@
1
language: c
2
-dist: trusty
3
-sudo: false
+dist: xenial
4
group: beta
5
6
# To cache doc-building dependencies and C compiler output.
@@ -21,6 +20,8 @@ env:
21
20
# Set rpath with env var instead of -Wl,-rpath linker flag
22
# OpenSSL ignores LDFLAGS when linking bin/openssl
23
- LD_RUN_PATH="${OPENSSL_DIR}/lib"
+ # python3.x in PATH may be pyenv shims, not real python.
24
+ - PYTHON_FOR_REGEN=python3
25
26
branches:
27
only:
@@ -82,6 +83,7 @@ matrix:
82
83
84
before_install:
85
- set -e
86
+ - pyenv global 3.7.1 # If this fails, try pyenv versions
87
- |
88
# Check short-circuit conditions
89
if [ "${TESTING}" != "docs" ]
0 commit comments