Skip to content

Commit

Permalink
Merge 1f80427 into ecf366d
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina authored Feb 26, 2019
2 parents ecf366d + 1f80427 commit 66006b3
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@ 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 versions
- sudo pip install mercurial --upgrade
- hg --version
- 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 66006b3

Please sign in to comment.