diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-21 19:08:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-21 19:08:24 -0400 |
| commit | dff5c16e85b9ee7e610d17792f8c301af1a9c458 (patch) | |
| tree | cdb3a7ab2c6e4a1d422776873bea95774ffbe806 /.travis.yml | |
| parent | 709b0cb90cec938cbfd3d49ed1c35fa949bda36a (diff) | |
Add tools/test.py test runner. (#384)
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 4549b5bfd..8c819d78d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,9 +47,4 @@ install: - ninja -j2 -C $BUILD_PATH :all script: - ./tools/lint.py - - $BUILD_PATH/test_cc - - $BUILD_PATH/handlers_test - - $BUILD_PATH/deno ./testdata/001_hello.js - - $BUILD_PATH/deno ./testdata/002_hello.ts - - $BUILD_PATH/deno_ns ./testdata/001_hello.js - - $BUILD_PATH/deno_ns ./testdata/002_hello.ts + - ./tools/test.py $BUILD_PATH |
