From f917c5e722d7ee5abd58704eb0e5d49072249e94 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 8 Jul 2018 02:24:29 -0400 Subject: Clean up tools/ - Factor out tools/util.py - Move js/*.py to tools. - Rewrite tools/format.sh in python. - Run lint first in travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index afcd2fc22..1718e2eb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,8 +44,8 @@ install: # Travis hangs without -j2 argument to ninja. - ninja -j2 -C $BUILD_PATH mock_runtime_test handlers_test deno_cc deno script: + - ./tools/lint.py - $BUILD_PATH/mock_runtime_test - $BUILD_PATH/handlers_test - $BUILD_PATH/deno_cc foo bar - $BUILD_PATH/deno meow - - ./tools/lint.py -- cgit v1.2.3