influxdb/.travis.yml

16 lines
246 B
YAML
Raw Normal View History

2013-10-24 18:56:43 +00:00
language: go
go:
2013-12-03 18:40:43 +00:00
- 1.2
2013-10-24 19:11:13 +00:00
before_install:
2013-10-24 20:46:18 +00:00
- sudo apt-get update
2013-10-24 21:10:24 +00:00
- sudo apt-get install -y protobuf-compiler valgrind
2013-11-26 21:18:04 +00:00
install: ./configure
script: make verbose=on
2013-10-29 15:40:08 +00:00
2014-01-24 17:48:40 +00:00
# notifications:
# irc: "chat.freenode.net#influxdb"
# use_notice: false