disable static osx because they fail in travis

This commit is contained in:
Robert Cohn
2016-12-20 01:42:01 +00:00
parent ea4f2baf68
commit 0da782e794

View File

@@ -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