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

25 lines
256 B

language: go
go:
- 1.5
- tip
sudo: false
before_install:
- export GO15VENDOREXPERIMENT=1
install:
- echo 'nop'
script:
- go test -v $(go list ./... | grep -v /vendor/)
addons:
apt:
packages:
- rpm
notifications:
email: false