Skip to content

Commit f5621fc

Browse files
author
Dani Carles
committed
This time it's personal
1 parent e355801 commit f5621fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
1111
- echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
1212
- 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
1414

1515
install:
1616
- python setup.py build_ext --inplace

0 commit comments

Comments
 (0)