Skip to content

Commit

Permalink
Merge cb5e3c2 into b4f5583
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke authored Jun 13, 2019
2 parents b4f5583 + cb5e3c2 commit 701bf8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: go
dist: xenial

go:
- 1.6.x
Expand All @@ -15,7 +16,8 @@ before_script:
- svn --version
# Need a more up to date verion of mercurial to handle TLS with
# bitbucket properly. Also need python greater than 2.7.9.
- pyenv global 2.7.14
- pyenv versions && pyenv rehash && pyenv versions
- pyenv global 2.7.15
- openssl ciphers -v | awk '{print $2}' | sort | uniq
- sudo pip install mercurial --upgrade
# The below is a complete hack to have hg use the pyenv version of python
Expand Down

0 comments on commit 701bf8a

Please sign in to comment.