We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23df4ae commit 8067845Copy full SHA for 8067845
travis.yml
@@ -13,9 +13,9 @@ before_script:
13
- chmod u+x bin/dep
14
- export PATH=$PWD/bin:$PATH
15
script:
16
-- make -k all test
+- make -k all test GOFLAGS_VENDOR=$( [ -d vendor ] && echo '-mod=vendor' )
17
after_success:
18
- if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
19
docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}" quay.io;
20
- make push;
+ make push GOFLAGS_VENDOR=$( [ -d vendor ] && echo '-mod=vendor' );
21
fi
0 commit comments