build: Add OSX to Travis config

This commit is contained in:
Arseny Kapoulkine 2015-09-20 11:31:58 -07:00
parent 1b2c1914b2
commit 2ae191fe6f

View file

@ -1,5 +1,8 @@
sudo: false
language: cpp
os:
- linux
- osx
compiler:
- clang
- gcc