浏览代码

Update .travis.yml

master
Savorboard 7 年前
committed by GitHub
父节点
当前提交
122bdba7e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml 查看文件

@@ -35,7 +35,7 @@ before_install:
- export PATH="$DOTNET_INSTALL_DIR:$PATH"
install:
- travis_retry curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --channel 2.0 --version "$CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR"
- travis_retry curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --channel 2.0 --install-dir "$DOTNET_INSTALL_DIR"

#cache:
# - apt


正在加载...
取消
保存