mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
23 lines
322 B
YAML
23 lines
322 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
- 1.10.x
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- rpm
|
|
|
|
script:
|
|
- go install github.com/go-task/task/cmd/task
|
|
- task ci
|
|
|
|
deploy:
|
|
- provider: script
|
|
skip_cleanup: true
|
|
script: curl -sL http://git.io/goreleaser | bash
|
|
on:
|
|
tags: true
|
|
condition: $TRAVIS_OS_NAME = linux
|