diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-22 14:23:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-22 14:23:42 +0200 |
| commit | 86354a29a40fb97e334f951428239ab8e171e2dd (patch) | |
| tree | 2f0d8cc2680aa4ccbaf865b427976b3f810b6920 /.travis.yml | |
| parent | ef9dc2464e10510bdcc4be9eae431e3dcf7f7999 (diff) | |
Delete go implementation (#276)
The go prototype will remain at https://github.com/ry/deno/tree/golang
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2743289b4..0f9b33e67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,8 @@ install: - gn args $BUILD_PATH --list - ccache -s # Travis hangs without -j2 argument to ninja. - - ninja -j2 -C $BUILD_PATH mock_runtime_test deno deno_rs + - ninja -j2 -C $BUILD_PATH mock_runtime_test deno + - ninja -j2 -C $BUILD_PATH deno_rs script: - $BUILD_PATH/mock_runtime_test - $BUILD_PATH/deno foo bar |
