Update targeted golang versions to include 1.6, and to begin deprecating 1.3.3 and earlier

This commit is contained in:
deadprogram 2016-02-08 11:14:05 -08:00
parent ed4522248f
commit ac39cfb39b
1 changed files with 4 additions and 1 deletions

View File

@ -4,12 +4,15 @@ go:
- 1.2.2
- 1.3.3
- 1.4.3
- 1.5.1
- 1.5.3
- 1.6rc2
- tip
matrix:
allow_failures:
- go: tip
- go: 1.2.2
- go: 1.3.3
- go: 1.6rc2
before_install:
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots