mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update .NET SDK, use non-sudo Travis
This commit is contained in:
parent
3e8f3b45e9
commit
2eb5a71e85
1 changed files with 5 additions and 7 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -1,15 +1,13 @@
|
|||
dist: trusty
|
||||
sudo: false
|
||||
language: csharp
|
||||
dotnet: 2.1.300
|
||||
mono: none
|
||||
solution: FilterLists.sln
|
||||
before_install:
|
||||
- curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
|
||||
- sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
|
||||
- sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install dotnet-sdk-2.1.200
|
||||
- sudo apt-get install sshpass
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- sshpass
|
||||
script:
|
||||
- scripts/build.sh
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue