[Scummvm-git-logs] scummvm master -> 4745b099883483dff427ebf7c0c7289612b51cfe

bluegr bluegr at gmail.com
Fri May 24 23:33:14 CEST 2019


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
413a7204d2 TRAVIS: Don't run brew update
4745b09988 TRAVIS: Install curl on Mac OS X instead of curl-openssl


Commit: 413a7204d2b7db7477818432d746b76ae11bfe52
    https://github.com/scummvm/scummvm/commit/413a7204d2b7db7477818432d746b76ae11bfe52
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-05-25T00:33:09+03:00

Commit Message:
TRAVIS: Don't run brew update

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index 52059d6..78362a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,6 @@ addons:
     - freetype
     - zlib
     - pandoc
-    update: true
 
 branches:
  only:


Commit: 4745b099883483dff427ebf7c0c7289612b51cfe
    https://github.com/scummvm/scummvm/commit/4745b099883483dff427ebf7c0c7289612b51cfe
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-05-25T00:33:09+03:00

Commit Message:
TRAVIS: Install curl on Mac OS X instead of curl-openssl

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index 78362a2..f752294 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ addons:
     packages:
     - sdl2
     - sdl2_net
-    - curl-openssl
+    - curl
     - jpeg-turbo
     - libmpeg2
     - a52dec





More information about the Scummvm-git-logs mailing list