Skip to content

Commit

Permalink
Merge pull request maxbrunsfeld#21 from tjarratt/golang1.5
Browse files Browse the repository at this point in the history
Use Go 1.5 on Travis-CI
  • Loading branch information
Max Brunsfeld committed Oct 13, 2015
2 parents 0408ab6 + 707a436 commit 89dcdc8
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
@@ -1,6 +1,7 @@
language: go
go:
- 1.4
- 1.5
sudo : false # uses new containerized infrastructure
install:
- go get -v -t ./...
script: scripts/test.sh

0 comments on commit 89dcdc8

Please sign in to comment.