Skip to content

Commit

Permalink
travis: check code is simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed May 31, 2017
1 parent 6d2a59d commit c1725b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ script:
- go test -a -tags noasm -x -v ./...
- go test -a -tags appengine -x -v ./...
- test -z "$(gofmt -d .)"
- if [[ -n "$(gofmt -s -l .)" ]]; then echo -e "\e[31mCode not gofmt simplified in:\n\n"; gofmt -s -l .; echo -e "\e[0"; fi
- if [[ $TRAVIS_SECURE_ENV_VARS = "true" ]]; then bash ./.travis/test-coverage.sh; fi
# This is run last since it alters the tree.
- ${TRAVIS_BUILD_DIR}/.travis/check-generate.sh
Expand Down

0 comments on commit c1725b9

Please sign in to comment.