Skip to content

Commit

Permalink
Merge pull request #205 from msoap/patch-1
Browse files Browse the repository at this point in the history
Use the last Go version for travis CI
  • Loading branch information
kozlovic committed Oct 15, 2018
2 parents cf54b7e + e44bf79 commit 9f9b1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
go:
- 1.9.x
- 1.10.x
- 1.11
- 1.11.x
install:
- go get -t ./...
- go get github.com/nats-io/nats-streaming-server
Expand All @@ -20,4 +20,4 @@ script:
- go test -i -race ./...
- go test -v -race ./...
after_success:
- if [[ "$TRAVIS_GO_VERSION" == 1.11 ]]; then ./scripts/cov.sh TRAVIS; fi
- if [[ "$TRAVIS_GO_VERSION" =~ 1.11 ]]; then ./scripts/cov.sh TRAVIS; fi

0 comments on commit 9f9b1c4

Please sign in to comment.