Update Documentation + Create a Subproject for Important Markdown Docs (#451)

* add docs folder for markdowns

* create scripts project, move readmes

* update all docs

* fix travis
This commit is contained in:
Raul Jordan
2018-09-01 21:25:06 -05:00
committed by GitHub
parent d30d81a608
commit 4937da5c7d
14 changed files with 270 additions and 247 deletions

View File

@@ -14,7 +14,7 @@ matrix:
env:
- coverage
script:
- ./coverage.sh
- ./scripts/coverage.sh
- bash <(curl -s https://codecov.io/bash)
- os: linux
env: V=0.15.0
@@ -72,10 +72,10 @@ matrix:
//... $REMOTE_FLAGS
# Check that BUILD files are formatted correctly.
- ./check_gazelle.sh
- ./scripts/check_gazelle.sh
# Check that target visibility is correct.
- ./check_visibility.sh
- ./scripts/check_visibility.sh
# Shutdown must be last.
- bazel shutdown