issues
search
claunia
/
plist-cil
C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
56
stars
17
forks
source link
Fix Travis build
#64
Closed
reima
closed
5 years ago
reima
commented
5 years ago
This fixes the Travis build by:
Updating the .NET Core version to 2.2
Updating the Ubuntu dist to Bionic (the latest LTS release as of now). This was necessary because .NET Core 2.2 could not be installed on Trusty because of a [bug in dpkg].(
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1730627
)
Disabling the Git checkout depth, so the master branch can be checked out for benchmarking
This fixes the Travis build by: