1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

install mingw on travis

This commit is contained in:
Kevin Burke
2014-05-24 02:16:51 +09:00
parent 37d108dd62
commit 799e4705f1

View File

@@ -1,4 +1,6 @@
language: c
before_install:
- sudo apt-get install mingw32
script:
- echo "Hello World"
#notifications: