diff options
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0c8966628..00cd5ed59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,8 @@ install: - export CCACHE_SLOPPINESS=time_macros - ccache -s - ./tools/setup.py - - ./tools/build.py + # Travis hangs without -j2 argument to ninja. + - ./tools/build.py -j2 script: - ./tools/lint.py - ./tools/test.py $DENO_BUILD_PATH @@ -22,7 +22,7 @@ Window [ and Golang (privileged) is only done via + Access between V8 (unprivileged) and Rust (privileged) is only done via serialized messages defined in this [flatbuffer](https://github.com/denoland/deno/blob/master/src/msg.fbs). This makes it easy to audit. |
