Skip to content

Commit

Permalink
OS X support in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Sep 24, 2015
1 parent c5bc384 commit 4465d6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ matrix:
packages: ['clang-3.6']
env: TOOLSET=clang++-3.6

- os: osx
compiler: clang
env: TOOLSET=clang++

# Install boost
before_install:
- wget http://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.tar.bz2/download -O /tmp/boost.tar.bz2
Expand Down

0 comments on commit 4465d6b

Please sign in to comment.