diff options
author | Jack Lloyd <[email protected]> | 2018-08-01 13:32:07 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-01 13:32:07 -0400 |
commit | de1766a026a761688724f988183381411e162084 (patch) | |
tree | 5210bd0028f45c1bb54117e726714cf6ef756cb1 /src | |
parent | c1a423591da7c48bbe9357a8ca5b2361c6f33c40 (diff) |
Avoid XCode 9.4 due to compilation bug
XCode 9.4 ICEs on the NewHope code in ARM 32-bit build and of course
I can't report the bug since I don't have an Apple ID.
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/ci/travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 17f750c66..5888cd9f1 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -6,6 +6,7 @@ os: dist: trusty sudo: required +osx_image: 9.3 compiler: - clang |