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 84524b1 commit 5fcfe0fCopy full SHA for 5fcfe0f
.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 mono-complete ca-certificates-mono libmono-i18n4.0-all mono-runtime mono-mcs
+ - sudo apt-get install mono-devel mono-complete ca-certificates-mono libmono-i18n4.0-all mono-runtime mono-mcs
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