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

the bug was in SWIG pre 2.0.8. Update travis to use ubuntu raring, which has this.

parent 42a3b05c
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ matrix:
perl: 5.18
env: BINDINGS=perl CC=clang
before_install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu raring main universe"
- sudo apt-get update -qq
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq swig python-dev; fi
- if [ "$BINDINGS" == "perl" ]; then sudo apt-get install -qq swig; fi
......
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