Fixed CI.

This commit is contained in:
Branimir Karadžić
2016-10-29 10:58:36 -07:00
parent d59857d95a
commit e55557a4d9

View File

@@ -6,6 +6,12 @@ matrix:
- compiler: clang
os: osx
before_install:
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; sudo apt-get update -qq; fi
install:
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
script:
make test