mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "try simplifying .NET specification for Travis"
This reverts commit 56e38a47f6.
This commit is contained in:
parent
986e9e409c
commit
cfaf7b41d1
1 changed files with 5 additions and 1 deletions
|
|
@ -1,10 +1,14 @@
|
|||
dist: trusty
|
||||
sudo: required
|
||||
language: csharp
|
||||
dotnet: 2.1.300
|
||||
mono: none
|
||||
solution: FilterLists.sln
|
||||
before_install:
|
||||
- wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
|
||||
- sudo dpkg -i packages-microsoft-prod.deb
|
||||
- sudo apt-get install apt-transport-https
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install dotnet-sdk-2.1
|
||||
- sudo apt-get install sshpass
|
||||
script:
|
||||
- scripts/build.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue