Skip to content

Commit

Permalink
Fix travis pre-deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Oct 12, 2020
1 parent 57ee615 commit 1b222c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ go:
- '1.14'
- '1.15'
- 'stable' # the latest version will be always checked
addons:
apt:
packages: rpm
install:
- gem install fpm
script:
- make
- make test
before_deploy:
- sudo apt-get install -y rpm ruby ruby-dev
- go get github.com/mitchellh/gox
- gem install fpm
- make gox-build
- make fpm-deb
- make fpm-rpm
Expand Down

0 comments on commit 1b222c5

Please sign in to comment.