Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Update travis CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Jan 3, 2021
1 parent 7d7b221 commit c999ae5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
language: go
go_import_path: qvl.io/promplot
go_import_path: qvl.io/ghbackup
go:
- 1.15
os:
- linux
- osx
after_success: |
test "$TRAVIS_OS_NAME" = "linux" -a -n "$TRAVIS_TAG" \
&& gem install fpm \
&& go get github.com/goreleaser/goreleaser \
&& goreleaser
script:
- go test ./...
- git status
- curl -sfL https://git.io/goreleaser | sh -s -- check
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux

0 comments on commit c999ae5

Please sign in to comment.