diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-08 02:24:29 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-08 13:40:18 -0400 |
| commit | f917c5e722d7ee5abd58704eb0e5d49072249e94 (patch) | |
| tree | 48eb2e95d18c9d1fbdfcd0864ca09a6e64d79f5a /.travis.yml | |
| parent | 6c79b471aa5cf2c87d237015f5dacc5a7ed03b67 (diff) | |
Clean up tools/
- Factor out tools/util.py
- Move js/*.py to tools.
- Rewrite tools/format.sh in python.
- Run lint first in travis.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
