Skip to content

Commit

Permalink
reset go.mod after go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wongoo committed Jan 5, 2021
1 parent 83d9f69 commit ab7254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script:
- mvn test -f test_hessian/pom.xml
- mvn clean package -f test_dubbo/pom.xml
- git reset --hard
- go fmt && [[ -z `git status -s` ]]
- go fmt && git checkout -- go.mod && [[ -z `git status -s` ]]
- sh before_validate_license.sh
- chmod u+x /tmp/tools/license/license-header-checker
- /tmp/tools/license/license-header-checker -v -a -r -i vendor /tmp/tools/license/license.txt . go && [[ -z `git status -s` ]]
Expand Down

0 comments on commit ab7254f

Please sign in to comment.