Add travis.yml file for Travis CI

This commit is contained in:
archshift 2015-06-15 17:47:10 -07:00
parent 2f728ed5a1
commit 79747e0506

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: c
before_install:
- wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl
- export DEVKITPRO=/home/travis/devkitPro
- export DEVKITARM=${DEVKITPRO}/devkitARM
install:
- sudo perl devkitARMupdate.pl
script:
- make