Skip to content

Commit

Permalink
test: reduce Travis builds to golang 1.4+ since it is late 2016 already
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Oct 3, 2016
1 parent 4c6c92e commit 6744885
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: go
sudo: true
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
Expand All @@ -11,8 +9,8 @@ go:
matrix:
allow_failures:
- go: tip
- go: 1.2
- go: 1.3
- go: 1.4
- go: 1.5
before_install:
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
Expand Down

0 comments on commit 6744885

Please sign in to comment.