Commit 067b7b0d authored by Luca Boccassi's avatar Luca Boccassi

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.
parent 9c085381
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment