diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 16:36:29 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 16:36:29 +0100 |
commit | 3487eb7a08966a5977bf88d2e3f91039d4ed1666 (patch) | |
tree | e657a9bcbcbba3c41eda62890fc31755e5fdf454 /.travis.yml | |
parent | 141a652d6a8436a118fab82952ae181e1e50c39b (diff) | |
download | sbotools-3487eb7a08966a5977bf88d2e3f91039d4ed1666.tar.xz |
travis: also test on perl 5.26
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7cf180d..b3c50f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: perl perl: + - "5.26" - "5.22" - "5.18" - "5.16" |