diff --git a/.travis.yml b/.travis.yml index a8d2ada..c41fdab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,15 +23,15 @@ matrix: - compiler: clang os: osx env: host_cpu=ia32 shared_static=--shared - - compiler: clang - os: osx - env: host_cpu=ia32 shared_static=--static + #- compiler: clang + # os: osx + # env: host_cpu=ia32 shared_static=--static - compiler: clang os: osx env: host_cpu=x86-64 shared_static=--shared - - compiler: clang - os: osx - env: host_cpu=x86-64 shared_static=--static + #- compiler: clang + # os: osx + # env: host_cpu=x86-64 shared_static=--static script: - pip install --user https://github.com/intelxed/mbuild/zipball/master