We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce67c6 commit 7de8547Copy full SHA for 7de8547
.travis.yml
@@ -9,15 +9,7 @@ addons:
9
key_url: 'https://storage.googleapis.com/bazel-apt/doc/apt-key.pub.gpg'
10
packages:
11
- bazel
12
-install:
13
- - gimme 1.10
14
- - go get -t github.com/bazelbuild/buildifier/buildifier
15
script:
16
# Check that our direct testing passes.
17
- bazel clean && bazel build //...
18
- bazel clean && bazel test --test_output=errors //...
19
-
20
- # Check for issues with the format of our bazel config files.
21
- - buildifier -mode=check $(find . -name BUILD -type f)
22
- - buildifier -mode=check $(find . -name WORKSPACE -type f)
23
- - buildifier -mode=check $(find . -name '*.bzl' -type f)
0 commit comments