Switch to container-based and enable OS X on Travis

This commit is contained in:
Roberto Di Remigio 2015-09-16 11:58:46 +02:00
parent 1dd0d4c61a
commit 0d827989de
1 changed files with 6 additions and 0 deletions

View File

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