Skip to content

Commit

Permalink
exclude examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 17, 2019
1 parent e58fda3 commit a776414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ go_import_path: github.com/kamilsk/retry/v4
sudo: false

script:
- make test ARGS='-timeout=1s'
- make test

after_success:
- echo $TRAVIS_GO_VERSION ":" $TRAVIS_TAG
Expand Down
2 changes: 2 additions & 0 deletions cmd/retry/examples/example_quickstart_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build example

package examples

import (
Expand Down

0 comments on commit a776414

Please sign in to comment.