Skip to content

Commit

Permalink
Adding go 1.5 to the travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina committed Sep 12, 2015
1 parent 33850b1 commit 3bfb48b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: go
go:
- 1.3
- 1.4
- 1.5
- tip

# Setting sudo access to false will let Travis CI use containers rather than
Expand All @@ -12,4 +13,4 @@ go:
sudo: false

notifications:
irc: "irc.freenode.net#masterminds"
irc: "irc.freenode.net#masterminds"

0 comments on commit 3bfb48b

Please sign in to comment.