Skip to content

Commit

Permalink
Travis: make sure all code is properly formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Apr 1, 2016
1 parent e890f49 commit 18749c3
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 @@ -15,6 +15,7 @@ install: bin/ci prepare_build
script:
- bin/ci with_build_env 'make crystal spec doc'
- bin/ci with_build_env 'find samples -name "*.cr" | xargs -L 1 ./bin/crystal build --no-codegen'
- bin/ci with_build_env './bin/crystal tool format --check'
branches:
only:
- master
Expand Down

0 comments on commit 18749c3

Please sign in to comment.