diff --git a/.travis.yml b/.travis.yml index 9b252c7ac..237d6285f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,11 +95,11 @@ before_script: # set GRAMPS_RESOURCES for locale, data,image and documentation - export GRAMPS_RESOURCES=. # Install addons - - mkdir -p ~/.gramps/gramps50/plugins/ - - wget https://github.com/gramps-project/addons/raw/master/gramps50/download/CliMerge.addon.tgz - - tar -C ~/.gramps/gramps50/plugins -xzf CliMerge.addon.tgz - - wget https://github.com/gramps-project/addons/raw/master/gramps50/download/ExportRaw.addon.tgz - - tar -C ~/.gramps/gramps50/plugins -xzf ExportRaw.addon.tgz + - mkdir -p ~/.gramps/gramps51/plugins/ + - wget https://github.com/gramps-project/addons/raw/master/gramps51/download/CliMerge.addon.tgz + - tar -C ~/.gramps/gramps51/plugins -xzf CliMerge.addon.tgz + - wget https://github.com/gramps-project/addons/raw/master/gramps51/download/ExportRaw.addon.tgz + - tar -C ~/.gramps/gramps51/plugins -xzf ExportRaw.addon.tgz script: # Ignore the virtualenv entirely. Use nosetests3, python3 (3.4.0) and coverage