Skip to content

Commit

Permalink
fix go builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMaddox committed Mar 10, 2019
1 parent cd0dfda commit fdca440
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,10 @@ jobs:
deploy:
provider: script
skip_cleanup: true
script:
# Install tool for updating AUTHORS.md
# Update the AUTHORS.md file
- go get github.com/myii/maintainer
- maintainer contributor

# Install all dependencies required for `semantic-release`
- npm install @semantic-release/changelog@3 -D
- npm install @semantic-release/exec@3 -D
- npm install @semantic-release/git@7 -D

# Run `semantic-release`
- npx semantic-release@15
script: >-
go get github.com/myii/maintainer &&
maintainer contributor &&
npm install @semantic-release/changelog@3 -D &&
npm install @semantic-release/exec@3 -D &&
npm install @semantic-release/git@7 -D &&
npx semantic-release@15

0 comments on commit fdca440

Please sign in to comment.