Problem: Android build on Travis OSX takes 10 minutes+

Solution: remove it, and test it only on Linux, as the toolchain and
build process is the same.
This commit is contained in:
Luca Boccassi 2017-08-04 16:29:11 +01:00
parent 9c085381ee
commit 067b7b0d27

View File

@ -11,7 +11,6 @@ dist: trusty
env:
matrix:
- BUILD_TYPE=default CURVE=tweetnacl DRAFT=enabled
- BUILD_TYPE=android CURVE=tweetnacl
- BUILD_TYPE=cmake CURVE=tweetnacl
- BUILD_TYPE=default
# tokens to deploy releases on OBS and create/delete temporary branch on Github.
@ -74,6 +73,9 @@ matrix:
packages:
- g++-6
- gcc-6
- env: BUILD_TYPE=android CURVE=tweetnacl
os: linux
dist: trusty
sudo: required