install mingw on travis

This commit is contained in:
Kevin Burke 2014-05-24 02:16:51 +09:00
parent 37d108dd62
commit 799e4705f1
1 changed files with 2 additions and 0 deletions

View File

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