Commit b3b5d05b by Maarten L. Hekkelman

boost is already installed at travis-ci

parent 268cefcb
......@@ -20,7 +20,9 @@ addons:
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install boost make; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install make; fi
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install boost make; fi
script:
- ./configure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment