Navigation Menu

Skip to content

Commit

Permalink
travis: Ensure the tests to be done even if gofmt is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed Jun 19, 2014
1 parent 297a43b commit fc00b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ go:
- 1.2
- 1.3

before_script:
after_script:
- FIXED=$(go fmt ./... | wc -l); if [ $FIXED -gt 0 ]; then echo "gofmt - $FIXED file(s) not formatted correctly, please run gofmt to fix this." && exit 1; fi

script:
Expand Down

0 comments on commit fc00b90

Please sign in to comment.