summaryrefslogtreecommitdiffstats
path: root/_testing/travis
AgeCommit message (Collapse)Author
2017-03-15fix small bug with empty commandsAilin Nemui
2017-03-14autocommit script commandsAilin Nemui
2016-08-18update branch nameAilin Nemui
2016-02-04try trusty travis betaAilin 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
2014-06-24Add travis testing to Irssi scripts.Ailin Nemui