add gcc to travis file

This commit is contained in:
Pavol Rusnak 2016-10-03 16:43:29 +02:00
parent d10db95b3b
commit 79f7a2bfc3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ language: c
install:
- sudo dpkg --add-architecture i386
- sudo apt-get update
- sudo apt-get install gcc-multilib
- sudo apt-get install libsdl2-dev:i386
before_script: