OK, just use clang

This commit is contained in:
Alex Crichton 2015-09-10 13:01:15 -07:00
parent 7ff62a4e50
commit ec5538c968
1 changed files with 0 additions and 10 deletions

View File

@ -20,18 +20,8 @@ script:
notifications:
email:
on_success: never
# Need gcc 4.7 for alignof/stdalign.h and we use multilib as we test both 32/64
addons:
sources:
- ubuntu-toolchain-r-test
apt:
packages:
- gcc-4.7-multilib
env:
- ARCH=x86_64 CC=gcc-4.7
- ARCH=x86_64 CC=clang
- ARCH=i686 CC=gcc-4.7
- ARCH=i686 CC=clang
os: