First attempt at osx support with travis.

This commit is contained in:
Tadas Baltrusaitis 2016-07-29 09:56:38 -04:00
parent b6464e01fe
commit 5a71c68e20
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ compiler:
- gcc
- clang
os:
- osx
- linux
before_install:
# g++4.8.1
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi