[Scummvm-git-logs] scummvm ccawley2011-patch-1 -> 2d2d8e9a17725b72e58797023927f1b8feaa3364

ccawley2011 ccawley2011 at gmail.com
Fri Jun 21 15:33:49 CEST 2019


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

Summary:
2d2d8e9a17 TRAVIS: Fix building with clang on Linux


Commit: 2d2d8e9a17725b72e58797023927f1b8feaa3364
    https://github.com/scummvm/scummvm/commit/2d2d8e9a17725b72e58797023927f1b8feaa3364
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-06-21T14:33:46+01:00

Commit Message:
TRAVIS: Fix building with clang on Linux

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index 78b1afb..67b8568 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,9 +54,9 @@ branches:
 matrix:
   include:
     - os: linux
-      compiler:
-        - gcc
-        - clang
+      compiler: gcc
+    - os: linux
+      compiler: clang
     - os: osx
       compiler: clang
 





More information about the Scummvm-git-logs mailing list