Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: c
dist: trusty
sudo: false
dist: xenial
group: beta

# To cache doc-building dependencies and C compiler output.
Expand All @@ -21,6 +20,8 @@ env:
# Set rpath with env var instead of -Wl,-rpath linker flag
# OpenSSL ignores LDFLAGS when linking bin/openssl
- LD_RUN_PATH="${OPENSSL_DIR}/lib"
# python3.x in PATH may be pyenv shims, not real python.
- PYTHON_FOR_REGEN=python3

branches:
only:
Expand Down Expand Up @@ -82,6 +83,7 @@ matrix:

before_install:
- set -e
- pyenv global 3.7.1 # If this fails, try pyenv versions
- |
# Check short-circuit conditions
if [ "${TESTING}" != "docs" ]
Expand Down