[minor] add agent test to travis build

This commit is contained in:
Julien Vehent 2014-12-21 20:21:43 -05:00
Родитель 93a99adaba
Коммит 4959e8a9aa
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -1,6 +1,6 @@
language: go language: go
go: go:
- 1.4 - tip
notifications: notifications:
irc: irc:
channels: channels:
@ -10,3 +10,5 @@ before_install:
install: install:
- make go_get_deps - make go_get_deps
- cp conf/mig-agent-conf.go.inc conf/mig-agent-conf.go - cp conf/mig-agent-conf.go.inc conf/mig-agent-conf.go
script:
- make test