Unverified Commit f2879329 authored by Martin Weismann's avatar Martin Weismann Committed by GitHub
Browse files

Update travis configuration (#76)

* Speed up OSX-builds

By not auto-updating brew

* Comment Travis CI-configuration
parent 88a3e752
Showing with 6 additions and 1 deletion
+6 -1
# Configuration file for Travis CI (https://travis-ci.org)
#
# It used as a status check for all PRs and
# to generate the build-status-icon in the main README.md-file.
language: cpp
matrix:
......@@ -8,7 +13,7 @@ matrix:
osx_image: xcode7.2
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ossp-uuid ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install ossp-uuid ; fi
- sh cmake/GenerateMake.sh
- cd build
......
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