influxdb/.travis.yml

17 lines
240 B
YAML
Raw Normal View History

2013-10-24 18:56:43 +00:00
language: go
go:
- 1.1
- tip
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-10-24 19:19:05 +00:00
install: ./build.sh
2013-11-01 01:20:19 +00:00
script: ./test.sh
2013-10-29 15:40:08 +00:00
notifications:
irc: "chat.freenode.net#influxdb"
use_notice: true