Browse Source

Enabled the Travis multi-OS feature so that we have an OS X build as well.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/536/merge
Dimitar Dobrev 10 years ago
parent
commit
4b8e5eae1f
  1. 4
      .travis.yml

4
.travis.yml

@ -1,5 +1,9 @@ @@ -1,5 +1,9 @@
language: cpp
os:
- linux
- osx
addons:
apt:
sources:

Loading…
Cancel
Save