diff options
| author | Faris Amali Alis <faris@starchild.my> | 2018-07-13 03:06:36 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-12 15:06:36 -0400 |
| commit | 7e5f0a7a663de3fea0520e40a65872f7704ea262 (patch) | |
| tree | 9896b437b017e78592abeee914b1f24790d42bcd /.travis.yml | |
| parent | 791357115c0aa1e4f87f70c57327bc66928b5019 (diff) | |
Add nosnapshot executables for faster incremental builds (#359)
Fixes #311.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1718e2eb3..d5e4af5d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,10 +42,12 @@ install: - gn args $BUILD_PATH --list - ccache -s # Travis hangs without -j2 argument to ninja. - - ninja -j2 -C $BUILD_PATH mock_runtime_test handlers_test deno_cc deno + - ninja -j2 -C $BUILD_PATH mock_runtime_test handlers_test deno_cc deno_cc_nosnapshot deno deno_nosnapshot script: - ./tools/lint.py - $BUILD_PATH/mock_runtime_test - $BUILD_PATH/handlers_test - $BUILD_PATH/deno_cc foo bar + - $BUILD_PATH/deno_cc_nosnapshot foo bar - $BUILD_PATH/deno meow + - $BUILD_PATH/deno_nosnapshot meow |
