Explorar el Código

Update .travis.yml

master
Savorboard hace 7 años
committed by GitHub
padre
commit
122bdba7e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar