Rename ./bin dir to ./travis.

This commit is contained in:
jregan
2019-05-28 21:56:22 -07:00
parent 6be6ade6d7
commit a2e4f6cf68
3 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ env:
- GOLANGCI_RELEASE="v1.12"
before_install:
- source ./bin/consider-early-travis-exit.sh
- source ./travis/consider-early-travis-exit.sh
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${GOLANGCI_RELEASE}
- go get -u github.com/monopole/mdrip
# The following would install Helm if needed for some reason.
@@ -39,7 +39,7 @@ before_install:
install: true
script:
- ./bin/pre-commit.sh
- ./travis/pre-commit.sh
# TBD. Suppressing for now.
notifications: