From fe150859934b1ab1c777d79c010a846d5b7e63e7 Mon Sep 17 00:00:00 2001 From: Vitalij Mikhailov Date: Fri, 22 Jun 2018 22:52:06 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8762b76..c3aef58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - nuget restore PCLExt.FileStorage.sln script: - - dotnet restore src/PCLExt.FileStorage.Standard.Abstractions + - dotnet restore src/PCLExt.FileStorage.Abstractions - dotnet restore src/PCLExt.FileStorage.Core - dotnet restore src/PCLExt.FileStorage.NetFX - dotnet restore test/PCLExt.FileStorage.Core.Test