ictgj-voting/vendor/github.com/justinas/alice/.travis.yml

14 lines
131 B
YAML
Raw Normal View History

2017-07-13 11:43:04 +00:00
language: go
2017-07-28 19:36:14 +00:00
install:
- go get github.com/stretchr/testify/assert
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip