shithub: cstory

Download patch

ref: 05e0b49c29dae172fd7e8788cb07fe8b98dff3ac
parent: cbe6262e740a77df0d93458194f439ea0ba2ef9a
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 10:28:41 EST 2020

Work already dammit

--- a/.travis.yml
+++ b/.travis.yml
@@ -8,22 +8,6 @@
 # Enable C++ language support
 language: cpp
 
-before_cache:
-    - |-
-        case $TRAVIS_OS_NAME in
-          windows)
-            # https://unix.stackexchange.com/a/137322/107554
-            $msys2 pacman --sync --clean --noconfirm
-            ;;
-        esac
-
-# Cache compiled object files with ccache
-cache:
-    ccache
-    directories:
-    - $HOME/AppData/Local/Temp/chocolatey
-    - /C/tools/msys64
-
 compiler:
     - gcc
 
@@ -83,6 +67,22 @@
     - $mingw64 echo ${CXX}
     - $mingw64 ${CC} --version
     - $mingw64 ${CXX} --version
+
+before_cache:
+    - |-
+        case $TRAVIS_OS_NAME in
+          windows)
+            # https://unix.stackexchange.com/a/137322/107554
+            $msys2 pacman --sync --clean --noconfirm
+            ;;
+        esac
+
+# Cache compiled object files with ccache
+cache:
+#    ccache
+    directories:
+    - $HOME/AppData/Local/Temp/chocolatey
+    - /C/tools/msys64
 
 install:
     # Get number of cores (or 2 by default if somehow none of these are available somehow)