From dff5c16e85b9ee7e610d17792f8c301af1a9c458 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 21 Jul 2018 19:08:24 -0400 Subject: Add tools/test.py test runner. (#384) --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3