chore(lint): re-enable clang-format on tools/
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex -o pipefail
|
||||
|
||||
if [[ ${TRAVIS} && ${CI_MODE} != "lint" ]]; then
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
|
||||
echo 'travis_fold:start:lint'
|
||||
|
||||
gulp lint
|
||||
gulp check-format
|
||||
|
||||
echo 'travis_fold:end:lint'
|
@ -9,7 +9,6 @@ cd `dirname $0`
|
||||
source ./env.sh
|
||||
cd ../..
|
||||
|
||||
./scripts/ci-lite/lint.sh
|
||||
./scripts/ci-lite/test_js.sh
|
||||
./scripts/ci-lite/test_e2e.sh
|
||||
./scripts/ci-lite/test_saucelabs.sh
|
||||
|
Reference in New Issue
Block a user