2015-04-29 02:09:55 +00:00
|
|
|
sudo: false
|
2015-04-28 21:05:16 +00:00
|
|
|
|
2015-04-28 19:51:47 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2016-05-09 05:13:41 +00:00
|
|
|
- 1.6.2
|
2016-02-19 02:50:43 +00:00
|
|
|
# tip is currently using go1.4.1, which we're not compatible with, so always
|
|
|
|
# fails
|
|
|
|
# - tip
|
2015-04-28 19:51:47 +00:00
|
|
|
|
2015-04-29 02:24:43 +00:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|
|
|
|
|
2015-04-28 19:51:47 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2016-02-19 02:23:40 +00:00
|
|
|
- travis-testing
|
|
|
|
|
2016-02-19 02:50:43 +00:00
|
|
|
# Having an install function stops Travis from trying to do automagic things
|
|
|
|
# with godep
|
2016-02-19 02:23:40 +00:00
|
|
|
install:
|
2016-02-19 02:50:43 +00:00
|
|
|
- true
|
2015-04-28 19:51:47 +00:00
|
|
|
|
|
|
|
script:
|
|
|
|
- make test testrace
|