This commit is contained in:
Miodrag Milanovic 2015-12-03 13:57:03 +01:00
parent 13fa05d611
commit cdbba2ed1c

View File

@ -14,9 +14,6 @@ compiler:
os:
- linux
- osx
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
matrix:
exclude:
- os: osx