From 8b92060588feaefba5156b214d9cea51a9385b9b Mon Sep 17 00:00:00 2001 From: a1batross Date: Tue, 11 Aug 2015 20:00:23 +0600 Subject: [PATCH] Fix travis build --- .travis.yml | 2 +- jni/src/HLSDK/halflife | 1 - jni/src/NanoGL/nanogl | 1 - jni/src/SDL2/SDL-mirror | 1 - jni/src/Xash3D/xash3d | 1 - jni/src/XashXT/XashXT | 1 - 6 files changed, 1 insertion(+), 6 deletions(-) delete mode 120000 jni/src/HLSDK/halflife delete mode 120000 jni/src/NanoGL/nanogl delete mode 120000 jni/src/SDL2/SDL-mirror delete mode 120000 jni/src/Xash3D/xash3d delete mode 120000 jni/src/XashXT/XashXT diff --git a/.travis.yml b/.travis.yml index a9beb27d..53397e43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: - echo $PATH - git clone https://github.com/SDLash3D/xash3d jni/src/Xash3D/xash3d - git clone https://github.com/SDLash3D/halflife jni/src/HLSDK/halflife - - git clone https://github.com/SDLash3D/MobileTouchControls jni/src/MobileTouchControls/ + - git clone https://github.com/SDLash3D/MobileTouchControls jni/src/MobileTouchControls/MobileTouchControls - git clone https://github.com/SDLash3D/nanogl jni/src/NanoGL/nanogl - git clone https://github.com/SDLash3D/XashXT jni/src/XashXT/XashXT - git clone https://github.com/mittorn/SDL-mirror jni/src/SDL2/SDL-mirror diff --git a/jni/src/HLSDK/halflife b/jni/src/HLSDK/halflife deleted file mode 120000 index f4ef87ee..00000000 --- a/jni/src/HLSDK/halflife +++ /dev/null @@ -1 +0,0 @@ -../../../../halflife/ \ No newline at end of file diff --git a/jni/src/NanoGL/nanogl b/jni/src/NanoGL/nanogl deleted file mode 120000 index 393a797f..00000000 --- a/jni/src/NanoGL/nanogl +++ /dev/null @@ -1 +0,0 @@ -../../../../nanogl/ \ No newline at end of file diff --git a/jni/src/SDL2/SDL-mirror b/jni/src/SDL2/SDL-mirror deleted file mode 120000 index 01d79510..00000000 --- a/jni/src/SDL2/SDL-mirror +++ /dev/null @@ -1 +0,0 @@ -../../../../SDL2/ \ No newline at end of file diff --git a/jni/src/Xash3D/xash3d b/jni/src/Xash3D/xash3d deleted file mode 120000 index 02fea2ca..00000000 --- a/jni/src/Xash3D/xash3d +++ /dev/null @@ -1 +0,0 @@ -../../../../xash3d/ \ No newline at end of file diff --git a/jni/src/XashXT/XashXT b/jni/src/XashXT/XashXT deleted file mode 120000 index 97365f9c..00000000 --- a/jni/src/XashXT/XashXT +++ /dev/null @@ -1 +0,0 @@ -../../../../XashXT/ \ No newline at end of file