Skip to content

Commit a776414

Browse files
committed
exclude examples
1 parent e58fda3 commit a776414

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ go_import_path: github.com/kamilsk/retry/v4
1010
sudo: false
1111

1212
script:
13-
- make test ARGS='-timeout=1s'
13+
- make test
1414

1515
after_success:
1616
- echo $TRAVIS_GO_VERSION ":" $TRAVIS_TAG

cmd/retry/examples/example_quickstart_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build example
2+
13
package examples
24

35
import (

0 commit comments

Comments
 (0)