diff --git a/.gitignore b/.gitignore
index 22ec523..1e90cfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@ build
# Programmer's Notepad state file
*.pnps
+
+# Generated doxygen HTML documentation
+/doc
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..3f6af9d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+language: c
+
+os:
+ - linux
+
+env:
+ global:
+ - DEVKITPRO=$HOME/devkitPro
+ - DEVKITPPC=${DEVKITPRO}/devkitPPC
+
+before_install:
+ - wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitPPCupdate.pl
+
+install:
+ - sudo perl devkitPPCupdate.pl
+
+script:
+ - cd GRRLIB && sudo -E make all install && cd ..
diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h
index c07b15e..221f429 100644
--- a/GRRLIB/GRRLIB/grrlib.h
+++ b/GRRLIB/GRRLIB/grrlib.h
@@ -220,7 +220,7 @@ GRR_EXTERN u32 fb GRR_INIT(0);
* @section Links
* Forum: http://grrlib.santo.fr/forum\n
* Code: https://github.com/GRRLIB/GRRLIB\n
- * IRC: #GRRLIB on EFnet
+ * IRC: \#GRRLIB on EFnet
*
* @section Credits
* Project Leader : NoNameNo\n