We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58fda3 commit a776414Copy full SHA for a776414
.travis.yml
@@ -10,7 +10,7 @@ go_import_path: github.com/kamilsk/retry/v4
10
sudo: false
11
12
script:
13
-- make test ARGS='-timeout=1s'
+- make test
14
15
after_success:
16
- echo $TRAVIS_GO_VERSION ":" $TRAVIS_TAG
cmd/retry/examples/example_quickstart_test.go
@@ -1,3 +1,5 @@
1
+// +build example
2
+
3
package examples
4
5
import (
0 commit comments