Merge pull request #153 from vdemeester/add-go-1-6-to-travis

Add go 1.6 to travis build
This commit is contained in:
David Calavera 2016-03-16 10:33:23 -07:00
Родитель 421d7df5f0 2e2e738b25
Коммит ac573b320a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
notifications:
email: false
go:
- 1.5
- 1.6
- tip
install: make deps
script: make validate && make test