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 8a923d5 commit 303f065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ script:
- go test -a -tags bounds -x -v ./...
- go test -a -tags noasm -x -v ./...
- go test -a -tags appengine -x -v ./...
- test -z "$(gofmt -d .)"
- test -z "$(gofmt -s -d .)"
- 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 303f065

Please sign in to comment.