diff --git a/.travis.yml b/.travis.yml index 3f6af9d..0512cb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .. \ No newline at end of file diff --git a/README.md b/README.md index daf206e..afd01ae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/GRRLIB/GRRLIB.svg?branch=master)](https://travis-ci.org/GRRLIB/GRRLIB) + GRRLIB ======