summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-07 16:50:35 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-07 17:24:46 -0400
commit6bff970d69480272102b3aba8c88e287fcebbcd5 (patch)
tree2a5b467bc6dba04a32244d265c96b7cce2f10d6a /.travis.yml
parenta2dde56c5961f451b9042c1f651af372c4984034 (diff)
Add rust_test to gn build, with working example.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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