Added Travis CI build status on README.md.

This commit is contained in:
Crayon2000 2015-10-29 22:28:11 -04:00
parent 926da933df
commit 1489036470
2 changed files with 4 additions and 1 deletions

View file

@ -15,4 +15,5 @@ install:
- sudo perl devkitPPCupdate.pl
script:
- cd GRRLIB && sudo -E make all install && cd ..
- cd GRRLIB && sudo -E make clean all install && cd ..
- cd examples && make && cd ..

View file

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/GRRLIB/GRRLIB.svg?branch=master)](https://travis-ci.org/GRRLIB/GRRLIB)
GRRLIB
======