diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e19974f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: cpp + +before_install: + - wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl/download + +install: + - perl devkitARMupdate.pl + +script: + - cd libctru + - make \ No newline at end of file