We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcfe0f commit 2037111Copy full SHA for 2037111
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
19
- echo "deb http://download.mono-project.com/repo/ubuntu xenial main" | sudo tee /etc/apt/sources.list.d/mono-official.list
20
- sudo apt-get update
21
- - sudo apt-get install mono-devel mono-complete ca-certificates-mono libmono-i18n4.0-all mono-runtime mono-mcs
+ - sudo apt-get install -y mono-devel mono-complete
22
- sudo dpkg -i os.deb; sudo apt install -f
23
- sudo oscript /usr/share/oscript/lib/opm/src/opm.os install opm
24
- oscript
0 commit comments