mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try avoiding sudo for sshpass on Travis
This commit is contained in:
parent
56e38a47f6
commit
a62ca2c88d
1 changed files with 5 additions and 3 deletions
|
|
@ -1,11 +1,13 @@
|
|||
dist: trusty
|
||||
sudo: required
|
||||
sudo: false
|
||||
language: csharp
|
||||
dotnet: 2.1.300
|
||||
mono: none
|
||||
solution: FilterLists.sln
|
||||
before_install:
|
||||
- sudo apt-get install sshpass
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- sshpass
|
||||
script:
|
||||
- scripts/build.sh
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue