1
0
mirror of https://github.com/kidoman/embd synced 2024-05-29 07:08:04 +02:00
embd/.travis.yml
Karan Misra 5a1a40d53b - add a benchmark test for pinMap lookup
- run benchmarks in ci
2014-03-23 05:23:25 +05:30

11 lines
179 B
YAML

language: go
go:
- 1.2
- 1.2.1
- tip
script:
- go test -bench=. -v ./... | grep -v 'no test files'
- pushd samples && find . -name "*.go" -exec go build {} \; && popd