diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-08-21 11:15:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-08-21 11:15:19 +0200 |
commit | 3ec62129cb40254524b2f33ec71e2bce4fb90256 (patch) | |
tree | 5427cf43626c9c7df028bf0c989172b3c6a4688d | |
parent | 9e84f471a3aeb091ecd64006cd33fb2c6e485028 (diff) |
Travis CI does not know how to perl
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index c8181b7..0fcf3ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: perl perl: + - "5.28" - "5.26" - "5.24" - "5.22" - - "5.20" - - "5.18" - - "5.16" - - "5.14" |