diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-12 18:37:06 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-13 14:38:50 -0400 |
| commit | 691a375eaba78644f03ce0c746d905b7e8a4e709 (patch) | |
| tree | e0d91fa764e9dc9eb81667a44db9f04ae61e8e38 /.travis.yml | |
| parent | f9e0a5dece597bf423fb9457b03bbaf002f34262 (diff) | |
Add :all target
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 54b3f3bef..2d978997a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ install: - gn args $BUILD_PATH --list - ccache -s # Travis hangs without -j2 argument to ninja. - - ninja -j2 -C $BUILD_PATH test_cc handlers_test deno_cc deno_cc_nosnapshot deno deno_nosnapshot + - ninja -j2 -C $BUILD_PATH :all script: - ./tools/lint.py - $BUILD_PATH/test_cc |
