influxdb/.travis.yml

13 lines
169 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-10-24 19:11:13 +00:00
script: ./test.sh