From 6bff970d69480272102b3aba8c88e287fcebbcd5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 7 Jul 2018 16:50:35 -0400 Subject: Add rust_test to gn build, with working example. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c3ad1e8c4..64654912c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,9 +42,10 @@ install: - gn args $BUILD_PATH --list - ccache -s # Travis hangs without -j2 argument to ninja. - - ninja -j2 -C $BUILD_PATH mock_runtime_test deno_cc deno + - ninja -j2 -C $BUILD_PATH mock_runtime_test handlers_test deno_cc deno script: - $BUILD_PATH/mock_runtime_test + - $BUILD_PATH/handlers_test - $BUILD_PATH/deno_cc foo bar - $BUILD_PATH/deno meow - ./tools/lint.sh -- cgit v1.2.3