From 67ae2c18ef16053aa75158277972ef45eb1f3ab5 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 29 Oct 2017 12:23:00 +0100 Subject: [PATCH] Added missing controller patcher lib --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1796820..c608081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,12 @@ install: - make install - cd $DEVKITTMP - rm -rf * +- git clone https://github.com/Maschell/controller_patcher.git +- cd controller_patcher +- make -j8 +- make install +- cd $DEVKITTMP +- rm -rf * - cd $DEVKITPRO before_script: