improve travis-ci

pull/18/head
ruki 6 years ago
parent a513866f9c
commit 810468c799
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      .travis.yml

@ -16,7 +16,7 @@ install:
brew install mingw-w64;
else
wget -q https://dl.google.com/android/repository/android-ndk-r19c-linux-x86_64.zip;
unzip -q ./android-ndk-r19c-linux-x86_64.zip;
unzip -q -o ./android-ndk-r19c-linux-x86_64.zip;
fi
script:

Loading…
Cancel
Save