File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ before_install:
10
10
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
11
11
- echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
12
12
- sudo apt-get update
13
- - sudo apt-get --yes --force-yes install mono-devel mono-complete referenceassemblies-pcl ca-certificates-mono nunit-console
13
+ - sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::=" --force-confdef" -o Dpkg::Options::="--force-confnew" install mono-devel mono-complete referenceassemblies-pcl ca-certificates-mono nunit-console
14
14
15
15
install :
16
16
- python setup.py build_ext --inplace
You can’t perform that action at this time.
0 commit comments