shithub: cstory

Download patch

ref: 5fd0b5839bd2d87ac3ecc83762f753674f8a7e4d
parent: 35ac2aead88157997c756cb2839b75b454c05143
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 09:32:29 EST 2020

More Travis cleanup

--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,6 @@
 
 compiler:
     - gcc
-#    - clang
 
 os:
     - linux
@@ -45,6 +44,9 @@
 
     # Display Travis OS name
     - echo $TRAVIS_OS_NAME
+
+    # Display build type
+    - echo $MAKE_BUILD_TYPE
 
     # Display compilers name/version
     - echo ${CC}