Skip to content

Commit

Permalink
giving up on buildifier, golang is broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
perezd committed Jun 2, 2018
1 parent bce67c6 commit 7de8547
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@ addons:
key_url: 'https://storage.googleapis.com/bazel-apt/doc/apt-key.pub.gpg'
packages:
- bazel
install:
- gimme 1.10
- go get -t github.com/bazelbuild/buildifier/buildifier
script:
# Check that our direct testing passes.
- bazel clean && bazel build //...
- bazel clean && bazel test --test_output=errors //...

# Check for issues with the format of our bazel config files.
- buildifier -mode=check $(find . -name BUILD -type f)
- buildifier -mode=check $(find . -name WORKSPACE -type f)
- buildifier -mode=check $(find . -name '*.bzl' -type f)

0 comments on commit 7de8547

Please sign in to comment.