summaryrefslogtreecommitdiffstats
path: root/_testing/_irssi_test.pl
AgeCommit message (Collapse)Author
2017-03-14autocommit script commandsAilin Nemui
2017-03-14throw error in case of failureAilin Nemui
2016-02-06better package detection for multi-scriptsAilin Nemui
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
2014-06-24Add travis testing to Irssi scripts.Ailin Nemui