Skip to content

Commit 3a8f19b

Browse files
committed
Showing up Travis environment
1 parent 3febafa commit 3a8f19b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ before_install:
2424
- go get -u github.com/axw/gocov/gocov
2525
- go get -u github.com/mattn/goveralls
2626
- go get golang.org/x/tools/cmd/cover
27+
- go get github.com/moul/anonuuid/cmd/anonuuid
2728

2829

2930
script:
31+
- env | anonuuid
3032
- make build show_version
3133
- if [ -z "${TEST_WITH_REAL_API}" -o -z "${TRAVIS_SCALEWAY_ORGANIZATION}" ]; then make test; fi
3234
- if [ "${TEST_WITH_REAL_API}" -a "${TRAVIS_SCALEWAY_ORGANIZATION}" ]; then make travis_login; fi

0 commit comments

Comments
 (0)