Commit 80ab2795 authored by Don Gagne's avatar Don Gagne

parent bd6217f0
...@@ -28,9 +28,9 @@ matrix: ...@@ -28,9 +28,9 @@ matrix:
env: SPEC=android-clang CONFIG=installer BITNESS=32 env: SPEC=android-clang CONFIG=installer BITNESS=32
sudo: false sudo: false
- dist: trusty - dist: trusty
language: android language: android
env: SPEC=android-clang CONFIG=installer BITNESS=64 env: SPEC=android-clang CONFIG=installer BITNESS=64
sudo: false sudo: false
- os: osx - os: osx
osx_image: xcode9.2 osx_image: xcode9.2
env: SPEC=macx-clang CONFIG=installer env: SPEC=macx-clang CONFIG=installer
...@@ -145,7 +145,7 @@ before_script: ...@@ -145,7 +145,7 @@ before_script:
- if [ "${SPEC}" = "android-clang" ]; then - if [ "${SPEC}" = "android-clang" ]; then
git remote set-branches origin 'master' && git remote set-branches origin 'master' &&
git fetch --tags origin master && git fetch --tags origin master &&
./tools/update_android_version.sh ${BITNESS}; ./tools/update_android_version.sh ${BITNESS};
fi fi
script: script:
......
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