Skip to content

Commit

Permalink
chore: move CI scripts to a separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 24, 2020
1 parent 9b72655 commit c0f20e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/checks.sh → .ci/scripts/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ go_fmt() {
}

main() {
cd ${BASEDIR}/..
cd ${BASEDIR}/../..

go_fmt
}
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:
before_script:
- go mod verify
- go mod tidy
- scripts/checks.sh
- ./.ci/scripts/checks.sh
- go vet ./...

script:
Expand Down

0 comments on commit c0f20e9

Please sign in to comment.