diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-02 19:13:02 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-02 23:12:49 -0400 |
| commit | d8b68648d10ec96d59883750885f7c7d694c180f (patch) | |
| tree | 0c960fe76a93938ae177b12cc2b8265db366a714 /.travis.yml | |
| parent | 3e5e07289e6be339617ccff20fa60ace4bdc4d9b (diff) | |
Update repo links to denoland.
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 1b85c522e..0c8966628 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ env: - DENO_BUILD_MODE=debug before_install: | # Install Rust. - # TODO(ry) Include rustc in third_party https://github.com/ry/deno/issues/386 + # TODO(ry) Include rustc in third_party https://github.com/denoland/deno/issues/386 export PATH=$CARGO_PATH/bin:$PATH rustc --version if [ $? != 0 ]; then |
