Skip to content

Commit

Permalink
Merge 6dc3723 into ecf366d
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina authored Feb 26, 2019
2 parents ecf366d + 6dc3723 commit 147a8fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ go:
- 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
- sudo pip install mercurial --upgrade
- hg --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 147a8fa

Please sign in to comment.