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 3febafa commit 3a8f19bCopy full SHA for 3a8f19b
.travis.yml
@@ -24,9 +24,11 @@ before_install:
24
- go get -u github.com/axw/gocov/gocov
25
- go get -u github.com/mattn/goveralls
26
- go get golang.org/x/tools/cmd/cover
27
+ - go get github.com/moul/anonuuid/cmd/anonuuid
28
29
30
script:
31
+ - env | anonuuid
32
- make build show_version
33
- if [ -z "${TEST_WITH_REAL_API}" -o -z "${TRAVIS_SCALEWAY_ORGANIZATION}" ]; then make test; fi
34
- if [ "${TEST_WITH_REAL_API}" -a "${TRAVIS_SCALEWAY_ORGANIZATION}" ]; then make travis_login; fi
0 commit comments