You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clair/.travis.yml

30 lines
320 B

language: go
go:
- 1.7
- tip
sudo: false
install:
- mkdir $GOPATH/bin && curl https://glide.sh/get | sh
script:
- go test $(glide novendor | grep -v contrib)
services:
- postgresql
addons:
apt:
packages:
- rpm
postgresql: "9.4"
notifications:
email: false
matrix:
allow_failures:
- go: tip