Skip to content

Commit 3ac0410

Browse files
author
Pam Selle
authored
Merge pull request #24568 from hashicorp/remove-travis
remove travis file
2 parents fd43426 + 2d2369e commit 3ac0410

File tree

3 files changed

+2
-76
lines changed

3 files changed

+2
-76
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
name: verify no code was generated
2626
command: |
2727
if [[ -z $(git status --porcelain) ]]; then
28-
echo "clean"
28+
echo "Git directory is clean."
2929
else
30-
echo "dirty"
30+
echo "Git is dirty. Run `make fmtcheck` and `make generate` locally and commit any formatting fixes or generated code."
3131
git status --porcelain
3232
exit 1
3333
fi

.travis.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

scripts/travis.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)