Skip to content

Commit

Permalink
Add Go 1.2 to Travis so we make sure we keep retrocompat for a little…
Browse files Browse the repository at this point in the history
… while

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
  • Loading branch information
tianon committed Jul 29, 2014
1 parent 3369b4f commit 38bce17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@

language: go

go:
# This should match the version in the Dockerfile.
go: 1.3
- 1.3
# Test against older versions too, just for a little extra retrocompat.
- 1.2

# Let us have pretty experimental Docker-based Travis workers.
# (These spin up much faster than the VM-based ones.)
Expand Down

0 comments on commit 38bce17

Please sign in to comment.