Skip to content

Commit

Permalink
Try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid committed Jul 22, 2019
1 parent e8bab03 commit 2c5c6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install:

script:
- dotnet restore ./LiteDB/LiteDB.csproj
- dotnet build ./LiteDB/LiteDB.csproj -f netstandard1.3
- dotnet build ./LiteDB/LiteDB.csproj -f netstandard2.0
- dotnet restore ./LiteDB.Tests/LiteDB.Tests.csproj
- dotnet build ./LiteDB.Tests/LiteDB.Tests.csproj
- dotnet test ./LiteDB.Tests/LiteDB.Tests.csproj --logger:console;verbosity=normal
Expand Down
2 changes: 1 addition & 1 deletion .travis/before-install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -euo pipefail
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
sudo apt-get update
sudo apt-get install dotnet-dev-1.0.1
sudo apt-get install dotnet-sdk-2.2

0 comments on commit 2c5c6e6

Please sign in to comment.