Skip to content

Commit

Permalink
Update configuration for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
summerwind committed Sep 5, 2018
1 parent d923f33 commit d09c616
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
language: go
go:
- 1.9.x
- "1.11.x"
before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- curl https://raw.githubusercontent.com/go-task/task/master/install-task.sh | sh
- mv ./bin/task $GOPATH/bin
install:
- go get github.com/Masterminds/glide
- task vendor
script:
- make test
- task test
before_deploy:
- make dist
- task dist
deploy:
provider: releases
api-key: $GITHUB_TOKEN
Expand Down

0 comments on commit d09c616

Please sign in to comment.