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

retry package version

parent c9a1d002
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ matrix:
before_install:
- sudo add-apt-repository ppa:asolovets/backports -y
- sudo apt-get update -qq
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig=2.0.10-0ubuntu2; swig -version; fi
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig=2.0.10-0; swig -version; fi
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi
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