summaryrefslogtreecommitdiffstats
path: root/_testing
AgeCommit message (Collapse)Author
2016-08-18Merge pull request #296 from ailin-nemui/testing-configailin-nemui
test desktop-notify, remove dictcomplete and scriptassist from blacklist
2016-08-18update branch nameAilin Nemui
2016-08-17test desktop-notify, remove dictcomplete and scriptassist from blacklistAilin Nemui
2016-05-20make mail.pl compile againAilin Nemui
2016-02-06better package detection for multi-scriptsAilin Nemui
2016-02-04try trusty travis betaAilin Nemui
2016-01-22Added desktop-notify 1.0.0Felipe F. Tonello
This script sends notification using the Desktop Notifications Specification. It depends on libnofity, perl-glib-object-introspection and perl-html-parser packages. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
2015-11-28clean up whitelistAilin Nemui
2015-11-27_testing/config.yml: add cap_sasl.pl to the whitelistdequis
2015-11-17fix missing modification datesAilin Nemui
2015-01-28Correctly preserve non-numeric version numbersAilin Nemui
The YAML module that available in the Travis repos does not enforce marking of numeric-looking variables as strings. When these are parsed by the github site generator, precision is lost as they are interpreted numerically (eg. version: 1.10 -> turns into 1.1). Reported by Vilkku. Fixes #125
2015-01-18Make prereq-scanner more noisyAilin Nemui
Avoid stalled builds by outputting the prereq-scanner result.
2015-01-18Extract only required keys from %IRSSI headersAilin Nemui
This change will limit the keys in scripts.yaml to a set of explicitly specified keys, omitting such entries as default_package and changed
2015-01-17Disable use of graphical symbols in test reportAilin Nemui
Github changed their renderer so graphical symbols will stop rendering altogether if they exceed some number. So we have to go back to plain text.
2014-06-24Add travis testing to Irssi scripts.Ailin Nemui