Skip to content
Snippets Groups Projects
Commit 8f77a3fc authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

need to add backports before using it, duh

parent 1fd9e032
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ before_install: ...@@ -104,7 +104,7 @@ before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y lcov - sudo apt-get install -y lcov
- gem install coveralls-lcov - gem install coveralls-lcov
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -yqq swig/trusty-backports; fi - if [ "$BINDINGS" != "none" ]; then sudo sh -c 'echo "deb http://ports.ubuntu.com/ubuntu-ports trusty-backports main restricted universe multiverse" >> /etc/apt/sources.list'; sudo apt-get install -yqq swig/trusty-backports; fi
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -yqq python-dev; fi - if [ "$BINDINGS" == "python" ]; then sudo apt-get install -yqq python-dev; fi
- if [ "$BINDINGS" == "dotnet" ]; then sudo add-apt-repository ppa:directhex/monoxide -y; sudo apt-get update -qq; sudo apt-get install -yqq mono-devel mono-mcs nunit nunit-console; mozroots --import --sync; fi - if [ "$BINDINGS" == "dotnet" ]; then sudo add-apt-repository ppa:directhex/monoxide -y; sudo apt-get update -qq; sudo apt-get install -yqq mono-devel mono-mcs nunit nunit-console; mozroots --import --sync; fi
install: true install: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment