Skip to content

Commit

Permalink
Merge 64d9e47 into ecf366d
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina authored Feb 26, 2019
2 parents ecf366d + 64d9e47 commit c43ac34
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,28 @@ language: go

go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- master
# - 1.7.x
# - 1.8.x
# - 1.9.x
# - 1.10.x
# - 1.11.x
# - 1.12.x
# - master

before_script:
- git version
- 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
- openssl ciphers -v | awk '{print $2}' | sort | uniq
- sudo pip install mercurial --upgrade
- hg --version
- /usr/local/bin/hg --version
- whereis hg
- cat /usr/local/bin/hg
- python --version
- /usr/bin/python --version

# Setting sudo access to false will let Travis CI use containers rather than
# VMs to run the tests. For more details see:
Expand Down

0 comments on commit c43ac34

Please sign in to comment.