client/vendor/github.com/client9/misspell/.travis.yml
konrad 3ff775b4aa
All checks were successful
the build was successful
Added tools to go mod
2018-11-29 01:18:32 +01:00

21 lines
323 B
YAML

sudo: required
dist: trusty
group: edge
language: go
go:
- "1.10"
git:
depth: 1
script:
- ./scripts/travis.sh
# calls goreleaser when a new tag is pushed
deploy:
- provider: script
skip_cleanup: true
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux