Skip to content

Commit

Permalink
remove examples, add go 1.11 to go matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 15, 2019
1 parent 4e9c251 commit 7227e52
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 281 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x

matrix:
allow_failures:
Expand All @@ -25,7 +26,7 @@ script:

after_success:
- echo $TRAVIS_GO_VERSION ":" $TRAVIS_TAG
- if [[ $TRAVIS_GO_VERSION == 1.10* ]] && [ -n "$TRAVIS_TAG" ]; then curl -sL https://git.io/goreleaser | bash; fi
- if [[ $TRAVIS_GO_VERSION == 1.11* ]] && [ -n "$TRAVIS_TAG" ]; then curl -sL https://git.io/goreleaser | bash; fi

notifications:
slack: octolab:1eMS7IqOArBipiu31jYVd0cN
Expand Down
86 changes: 0 additions & 86 deletions examples/example_db_test.go

This file was deleted.

64 changes: 0 additions & 64 deletions examples/example_http_client_test.go

This file was deleted.

44 changes: 0 additions & 44 deletions examples/example_retry_with_context_test.go

This file was deleted.

86 changes: 0 additions & 86 deletions examples/example_test.go

This file was deleted.

0 comments on commit 7227e52

Please sign in to comment.