diff options
author | Will Szumski <will@cowboycoders.org> | 2016-11-23 23:03:59 +0000 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2016-11-28 19:08:12 +0100 |
commit | 67c09b54d28f20cfad41814d2b49c7551971ee6d (patch) | |
tree | 3d8ee2778519989fa7a11abe63c8ed0282b53203 | |
parent | cf97b16267193db29aeef547029f9e0299f33f02 (diff) | |
download | andiodine-67c09b54d28f20cfad41814d2b49c7551971ee6d.tar.gz andiodine-67c09b54d28f20cfad41814d2b49c7551971ee6d.zip |
clone pre-installed ndk to depth of 1 to speed up travis build
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8478d83..9c738fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ android: - android-15 before_install: -- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root +- git clone --depth 1 https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root - export ANDROID_NDK_HOME=$HOME/android-ndk-root |