mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
remove the PCL unpackaging when running on Travis
This commit is contained in:
committed by
aedampir@gmail.com
parent
3d9402bef5
commit
a51e17e790
@@ -5,9 +5,6 @@ os:
|
||||
- osx
|
||||
- linux
|
||||
install:
|
||||
- curl -sS http://storage.bos.xamarin.com/bot-provisioning/PortableReferenceAssemblies-2014-04-14.zip > /tmp/pcl-assemblies.zip
|
||||
- unzip /tmp/pcl-assemblies.zip -d /tmp/pcl-assemblies && mv /tmp/pcl-assemblies/PortableReferenceAssemblies-2014-04-14 /tmp/pcl-assemblies/.NETPortable
|
||||
- export XBUILD_FRAMEWORK_FOLDERS_PATH=/tmp/pcl-assemblies/
|
||||
- nuget restore Octokit-Mono.sln
|
||||
script:
|
||||
- mono tools/nuget/NuGet.exe restore Octokit-Mono.sln
|
||||
|
||||
Reference in New Issue
Block a user