Fix clang-format on macOS at version 3.9.

This commit is contained in:
Douglas Stebila 2017-07-10 10:06:44 -04:00
parent 4d28c38a8a
commit c3cdcfb26d

View File

@ -49,7 +49,7 @@ matrix:
compiler: clang compiler: clang
env: CC_OQS=clang env: CC_OQS=clang
before_install: before_install:
- brew install clang-format - brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/0c4314c499576b28e4c082b591228a8f940954c0/Formula/clang-format.rb
- os: osx - os: osx
compiler: clang compiler: clang
env: env:
@ -60,7 +60,8 @@ matrix:
- ENABLE_CODE_MCBITS=1 - ENABLE_CODE_MCBITS=1
- ENABLE_SIDH_IQC_REF=1 - ENABLE_SIDH_IQC_REF=1
before_install: before_install:
- brew install clang-format libsodium - brew install libsodium
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/0c4314c499576b28e4c082b591228a8f940954c0/Formula/clang-format.rb
script: script:
- ./.travis-tests.sh - ./.travis-tests.sh