mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-05-18 19:37:35 +02:00
commit
72f6cc7fd0
@ -6,7 +6,10 @@
|
|||||||
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
|
# 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
|
# 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:
|
install:
|
||||||
- if [[ $TRAVIS_OS_NAME == osx ]]; then
|
- if [[ $TRAVIS_OS_NAME == osx ]]; then
|
||||||
brew update;
|
brew update;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user