diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 16:45:37 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 16:45:37 +0200 |
commit | 4a94033f7f8326479bcbd7cb2aab77972f310f91 (patch) | |
tree | db8362727ec4d521f12c22354cb571798112e177 /.travis.yml | |
parent | 96f5ea888595a176a46b2be0d7330c29f7fb9fca (diff) | |
download | sbotools-4a94033f7f8326479bcbd7cb2aab77972f310f91.tar.xz |
travis: test with perl 5.28
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b1bd345..d381e1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: perl perl: - - "5.26" + - "5.28" - "5.22" - "5.18" - "5.16" |