Skip to content

Commit

Permalink
Merge pull request #77 from caarlos0/build
Browse files Browse the repository at this point in the history
fix: remove rpm
  • Loading branch information
wallyqs authored May 17, 2019
2 parents 241fa3a + 4ec4ada commit 33dba36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ _testmain.go
*.test
*.prof
travis_wait*.log

dist/
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
language: go
go:
- 1.11.x
- 1.12.x
- 1.12.x

addons:
apt:
packages:
# needed for the nfpm pipe:
- rpm
install:
- go get github.com/nats-io/go-nats
- go get github.com/nats-io/gnatsd
Expand Down

0 comments on commit 33dba36

Please sign in to comment.