Skip to content

Commit 72f6cc7

Browse files
authored
Merge pull request open-source-parsers#716 from cdunn2001/master
Speed up TravisCI build
2 parents 899894f + d3ce75c commit 72f6cc7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
77
# to allow C++11, though we are not yet building with -std=c++11
88

9-
before_install: pyenv install 3.5.4 && pyenv global 3.5.4
9+
#before_install: pyenv install 3.5.4 && pyenv global 3.5.4
10+
before_install: pyenv global 3.6
11+
# https://docs.travis-ci.com/user/languages/python/
12+
# "for Trusty, this means 2.7.6 and 3.4.3"
1013
install:
1114
- if [[ $TRAVIS_OS_NAME == osx ]]; then
1215
brew update;

0 commit comments

Comments
 (0)