Browse Source

Install the 7z archiver.

pull/513/merge
João Matos 11 years ago
parent
commit
498f43e722
  1. 2
      .travis.yml

2
.travis.yml

@ -13,7 +13,7 @@ install: @@ -13,7 +13,7 @@ install:
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update -qq
- sudo apt-get install -y mono-devel nuget
- sudo apt-get install -y mono-devel nuget p7zip-full
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- wget https://www.dropbox.com/s/zxigif3vghsdfli/llvm_linux_x86_64.7z?dl=0

Loading…
Cancel
Save