Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from ixdy/buildify
Browse files Browse the repository at this point in the history
Run buildifier on travis
  • Loading branch information
mattmoor authored May 1, 2017
2 parents 0cfea2c + 6be53ce commit fbb0514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ addons:
packages:
- bazel

install:
- go get -u github.com/bazelbuild/buildifier/buildifier

script:
- bazel clean && bazel build //...
- bazel clean && bazel test --test_output=errors //...
- buildifier -mode=check $(find . -name BUILD -o -name '*.bzl' -type f)

0 comments on commit fbb0514

Please sign in to comment.