mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Only update key on Linux
This commit is contained in:
parent
3c531b735b
commit
735b1fadc3
@ -126,7 +126,7 @@ matrix:
|
|||||||
before_script:
|
before_script:
|
||||||
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then export CXX=${COMPILER}; fi
|
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then export CXX=${COMPILER}; fi
|
||||||
- if [[ "${BUILD}" != "Doc" ]]; then ${CXX} --version; fi
|
- if [[ "${BUILD}" != "Doc" ]]; then ${CXX} --version; fi
|
||||||
|
- if [[ "${BUILD}" == "Doc" ]]; then sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157
|
|
||||||
- support/travis-build.py
|
- support/travis-build.py
|
||||||
|
Loading…
Reference in New Issue
Block a user