chore(lint): re-enable clang-format on tools/

This commit is contained in:
Alex Eagle
2016-05-25 19:54:34 -07:00
parent 83723671af
commit 5936624d11
6 changed files with 30 additions and 42 deletions

View File

@ -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'

View File

@ -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