lbcutil/.travis.yml

16 lines
439 B
YAML
Raw Normal View History

language: go
go: release
2014-12-20 10:46:30 +01:00
before_install:
- gocleandeps=c16c849abae90c23419d
- git clone https://gist.github.com/$gocleandeps.git
- goclean=71d0380287747d956a26
- git clone https://gist.github.com/$goclean.git
install:
- go get -d -t -v ./...
- bash $gocleandeps/gocleandeps.sh
script:
- export PATH=$PATH:$HOME/gopath/bin
- bash $goclean/goclean.sh
after_success:
2014-12-20 12:19:47 +01:00
- goveralls -coverprofile=profile.cov -service=travis-ci