Skip to content

Commit

Permalink
Merge pull request #1238 from shiftkey/fix-travis-build
Browse files Browse the repository at this point in the history
remove the PCL unpackaging when running on Travis
  • Loading branch information
shiftkey committed Apr 3, 2016
2 parents c97917b + 8ec4bf3 commit ed34619
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed34619

Please sign in to comment.