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

this may be fixed on 2.0.4 but not 2.0.8?...

this may be fixed on 2.0.4 but not 2.0.8? https://groups.google.com/forum/#!topic/librets/uN0UKRO7juE
parent 203bb85b
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,8 @@ matrix: ...@@ -56,7 +56,8 @@ matrix:
env: BINDINGS=php CC=clang env: BINDINGS=php CC=clang
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- if [ "$BINDINGS" != "none" ]; then sudo add-apt-repository ppa:dns/irc -y; sudo apt-get update -qq; sudo apt-get install -qq swig=2.0.8-1irc1~12.04; fi - if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig; fi
- if [ "$BINDINGS" != "perl" ]; then sudo add-apt-repository ppa:dns/irc -y; sudo apt-get update -qq; sudo apt-get install -qq swig=2.0.8-1irc1~12.04; fi
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi - if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; 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