Skip to content

Commit

Permalink
Run builds against the latest major releases
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Feb 17, 2016
1 parent a943029 commit 8273643
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
language: go
sudo: true
go:
- 1.2.2
- 1.3.3
- 1.4.3
- 1.5.3
- 1.6rc2
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
matrix:
allow_failures:
- go: tip
- go: 1.2.2
- go: 1.6rc2
- go: 1.2
- go: 1.6
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 8273643

Please sign in to comment.