Skip to content

Commit

Permalink
Move .bazelrc to tools/bazel.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
lizan committed Mar 17, 2017
1 parent 95535f5 commit ae47d2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ before_install:
- sudo dpkg -i bazel_${BAZEL_VERSION}-linux-x86_64.deb
- sudo apt-get -f install -qqy uuid-dev
- cd ${TRAVIS_BUILD_DIR}
- mv .bazelrc .bazelrc.orig
- cat .bazelrc.travis .bazelrc.orig > .bazelrc
- mv .bazelrc.travis .bazelrc

script:
- script/check-style
Expand Down
File renamed without changes.

0 comments on commit ae47d2c

Please sign in to comment.