mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-02-24 23:34:46 +01:00
commit
f2f19b03fb
@ -6,6 +6,7 @@
|
|||||||
# 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 global 3.5
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_OS_NAME == osx ]]; then
|
- if [[ $TRAVIS_OS_NAME == osx ]]; then
|
||||||
brew update;
|
brew update;
|
||||||
@ -38,7 +39,6 @@ addons:
|
|||||||
- g++-4.9
|
- g++-4.9
|
||||||
- clang-3.5
|
- clang-3.5
|
||||||
- valgrind
|
- valgrind
|
||||||
- python3
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
language: cpp
|
language: cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user