Merge pull request #716 from cdunn2001/master

Speed up TravisCI build
This commit is contained in:
Christopher Dunn 2017-12-21 02:33:50 -06:00 committed by GitHub
commit 72f6cc7fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,10 @@
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
# to allow C++11, though we are not yet building with -std=c++11
before_install: pyenv install 3.5.4 && pyenv global 3.5.4
#before_install: pyenv install 3.5.4 && pyenv global 3.5.4
before_install: pyenv global 3.6
# https://docs.travis-ci.com/user/languages/python/
# "for Trusty, this means 2.7.6 and 3.4.3"
install:
- if [[ $TRAVIS_OS_NAME == osx ]]; then
brew update;