30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-01 22:10:50 +00:00

Added robo.li build system

This commit is contained in:
Yves Hoppe 2015-10-30 15:36:09 +01:00
parent fb58671e70
commit 3f14a10476

View File

@ -36,5 +36,5 @@ modules:
admin email: 'admin@mydomain.com' # email Id of the Admin
language: 'English (United Kingdom)' # Language in which you want the Application to be Installed
AcceptanceHelper:
repo_folder: '/home/travis/build/joomla-extensions/weblinks/' # Path to the Extension repository. To be used by tests to install via Install from folder
repo_folder: '/home/travis/build/joomla-extensions/weblinks/dist/pkg-weblinks-current.zip' # Path to the Extension repository. To be used by tests to install via Install from folder
error_level: "E_ALL & ~E_STRICT & ~E_DEPRECATED"