Update Travis.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-24 12:53:01 +02:00
parent 6f33929f91
commit 6f79cbb2a6
2 changed files with 5 additions and 8 deletions
+3 -1
View File
@@ -81,7 +81,8 @@ matrix:
- g++-6
- os: linux
compiler: gcc-6
env: C=gcc-6-m64 B=sanitize
# FIXME: linking fails - need updated binutils?
env: C=gcc-6-m64 B=sanitize ALLOW_FAIL=1
addons:
apt:
sources:
@@ -94,6 +95,7 @@ matrix:
#osx_image: xcode7
- os: osx
compiler: clang
# FIXME: linking fails with "ld: internal error: atom not found"
env: C=clang-m64 B=release ALLOW_FAIL=1
#osx_image: xcode7