ci: remove validate-commit-message tests from travis (#27386)
we alredy run them via bazel. I also removed a bunch of obsolete files that bazel doesn't need. PR Close #27386
This commit is contained in:
@ -6,19 +6,6 @@ set -u -e -o pipefail
|
||||
readonly thisDir=$(cd $(dirname $0); pwd)
|
||||
source ${thisDir}/_travis-fold.sh
|
||||
|
||||
|
||||
# Run unit tests for our tools/ directory
|
||||
travisFoldStart "test.unit.tools"
|
||||
# TODO(i): could this be rolled into the tools tests above? why is it separate?
|
||||
travisFoldStart "test.unit.validate-commit-message"
|
||||
(
|
||||
cd tools/validate-commit-message
|
||||
$(npm bin)/jasmine
|
||||
)
|
||||
travisFoldEnd "test.unit.validate-commit-message"
|
||||
travisFoldEnd "test.unit.tools"
|
||||
|
||||
|
||||
# Run unit tests in node
|
||||
travisFoldStart "test.unit.node"
|
||||
node --harmony ./dist/tools/tsc-watch/ node runCmdsOnly
|
||||
|
Reference in New Issue
Block a user