Skip to content

Commit

Permalink
test: bump travis to Go 1.4.2 and use container based infra
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Jul 18, 2015
1 parent 5adf12b commit 16d8ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: go
go:
- 1.3.3
- 1.4.1
- 1.4.2
env:
- GOARCH=amd64
- GOARCH=386
sudo: false
script:
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.2.3/bin/gpm > gpm
- chmod +x gpm
Expand Down

0 comments on commit 16d8ca7

Please sign in to comment.