diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-06-13 14:51:50 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-06-13 14:51:50 +0200 |
commit | 3438d97ba24a48ca1b107129dcf99456e9f4ca95 (patch) | |
tree | 58bbd8fc17131b9cc9061bb0189912722cc30ef7 /.travis.yml | |
parent | c5e32e4576ee11b7aeff76be8102d6775840b988 (diff) |
Enable tests on GitHub
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c8181b7..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: perl -perl: - - "5.26" - - "5.24" - - "5.22" - - "5.20" - - "5.18" - - "5.16" - - "5.14" |