diff --git a/.travis.yml b/.travis.yml index 813b0d86f..22fcdc1d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,11 +90,11 @@ before_script: # set GRAMPS_RESOURCES for locale, data,image and documentation - export GRAMPS_RESOURCES=. # Install addons - - 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 + - mkdir -p ~/.gramps/gramps52/plugins/ + - wget https://github.com/gramps-project/addons/raw/master/gramps52/download/CliMerge.addon.tgz + - tar -C ~/.gramps/gramps52/plugins -xzf CliMerge.addon.tgz + - wget https://github.com/gramps-project/addons/raw/master/gramps52/download/ExportRaw.addon.tgz + - tar -C ~/.gramps/gramps52/plugins -xzf ExportRaw.addon.tgz script: # Ignore the virtualenv entirely. Use nosetests3, python3 (3.4.0) and coverage