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.
terraform/vendor/github.com/hmrc/vmware-govcd/.travis.yml

17 lines
426 B

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y figlet cowsay
sudo: required
language: go
install:
- go get -t ./...
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- PATH="$HOME/gopath/bin:$PATH"
- script/coverage --coveralls
after_success:
- figlet "Build Successful!" | /usr/games/cowsay -n -e "^^"
after_failure:
- figlet "Build Failed!" | /usr/games/cowsay -n -s