diff --git a/.travis.yml b/.travis.yml index c18e539ab4e35671b5db2f58a95445850f12d347..812874f618eca410cd5d0ab4ea23a6e93519f21c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,9 @@ language: c script: asdf plugin-test ruby https://github.com/asdf-vm/asdf-ruby.git before_script: + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then export TRUFFLERUBY_RECOMPILE_OPENSSL=false; fi - git clone https://github.com/asdf-vm/asdf.git - . asdf/asdf.sh os: - linux - osx -addons: - homebrew: - packages: - - llvm@4