diff options
author | Cameron Cawley | 2019-05-22 23:20:37 +0100 |
---|---|---|
committer | Filippos Karapetis | 2019-05-25 00:33:09 +0300 |
commit | 4745b099883483dff427ebf7c0c7289612b51cfe (patch) | |
tree | ac9200afcd4d3aec1dd1936ca0700dd846ce21e9 | |
parent | 413a7204d2b7db7477818432d746b76ae11bfe52 (diff) | |
download | scummvm-rg350-4745b099883483dff427ebf7c0c7289612b51cfe.tar.gz scummvm-rg350-4745b099883483dff427ebf7c0c7289612b51cfe.tar.bz2 scummvm-rg350-4745b099883483dff427ebf7c0c7289612b51cfe.zip |
TRAVIS: Install curl on Mac OS X instead of curl-openssl
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 78362a20ce..f752294347 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ addons: packages: - sdl2 - sdl2_net - - curl-openssl + - curl - jpeg-turbo - libmpeg2 - a52dec |