blob: a8c32da3c6324700b67db3b54d97a78a058244cb [file] [log] [blame]
language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip
before_script:
- git version
- svn --version
# Setting sudo access to false will let Travis CI use containers rather than
# VMs to run the tests. For more details see:
# - http://docs.travis-ci.com/user/workers/container-based-infrastructure/
# - http://docs.travis-ci.com/user/workers/standard-infrastructure/
sudo: false
notifications:
irc: "irc.freenode.net#masterminds"