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 11 years ago
parent
commit
4b8e5eae1f
  1. 4
      .travis.yml

4
.travis.yml

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

Loading…
Cancel
Save