Merge pull request #670 from cdunn2001/fix-travis

Fix travis
This commit is contained in:
Christopher Dunn 2017-09-13 23:07:21 -05:00 committed by GitHub
commit f2f19b03fb

View File

@ -6,6 +6,7 @@
# 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 global 3.5
install:
- if [[ $TRAVIS_OS_NAME == osx ]]; then
brew update;
@ -38,7 +39,6 @@ addons:
- g++-4.9
- clang-3.5
- valgrind
- python3
os:
- linux
language: cpp