influxdb/.travis.yml

19 lines
329 B
YAML
Raw Permalink Normal View History

2013-10-24 18:56:43 +00:00
language: go
go:
- 1.3.3
- 1.4beta1
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
2014-11-05 23:50:17 +00:00
script: make build && make valgrind && make test && make integration_test only=DataTest verbose=on
2013-10-29 15:40:08 +00:00
2014-04-15 20:14:28 +00:00
notifications:
email:
on_success: never
on_failure: change