Skip to content

Commit

Permalink
fix: go version
Browse files Browse the repository at this point in the history
  • Loading branch information
amorist committed Jul 10, 2019
1 parent 1ec7f83 commit 15f741c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.11.x
- 1.12.x

env:
- GO111MODULE=on
Expand All @@ -21,7 +21,7 @@ jobs:
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
npm install @semantic-release/changelog -D &&
npm install @semantic-release/exec -D &&
npm install @semantic-release/git -D &&
npx semantic-release

0 comments on commit 15f741c

Please sign in to comment.