Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Disable shellcheck.
Browse files Browse the repository at this point in the history
It's broken on travis.

Signed-off-by: dlorenc <dlorenc@google.com>
  • Loading branch information
dlorenc authored and dlorenc committed Apr 19, 2018
1 parent 6360d9a commit d7ecc18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jdk:
- oraclejdk8

language: go
go: 1.7.1
go: 1.10.x
install: true

addons:
Expand All @@ -19,7 +19,6 @@ addons:
- sourceline: 'deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8'
key_url: 'https://storage.googleapis.com/bazel-apt/doc/apt-key.pub.gpg'
packages:
- shellcheck
- bazel

install:
Expand Down
4 changes: 2 additions & 2 deletions check-fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if [[ $files ]]; then
fi


echo "Checking shellcheck..."
find . -name "*.sh" | grep -v "third_party/" | xargs shellcheck
#echo "Checking shellcheck..."
#find . -name "*.sh" | grep -v "third_party/" | xargs shellcheck

0 comments on commit d7ecc18

Please sign in to comment.