From 799e4705f1e9b86e37fe7759fca4244f20ade9b5 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Sat, 24 May 2014 02:16:51 +0900 Subject: [PATCH] install mingw on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d2470ede8c..b6e974b7d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: c +before_install: + - sudo apt-get install mingw32 script: - echo "Hello World" #notifications: