We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5c0c2 commit 4ec79d7Copy full SHA for 4ec79d7
.travis.yml
@@ -1,5 +1,15 @@
1
+---
2
+addons:
3
+ apt:
4
+ packages:
5
+ - aspell
6
+ - aspell-en
7
language: perl
8
perl:
9
+ - blead
10
+ - dev
11
+ - "5.30"
12
+ - "5.28"
13
- "5.26"
14
- "5.24"
15
- "5.22"
@@ -10,3 +20,25 @@ perl:
20
- "5.12"
21
- "5.10"
22
- "5.8"
23
+cache:
24
+ directories:
25
+ - $HOME/perl5
26
+matrix:
27
+ allow_failures:
28
+ - perl: blead
29
+ fast_finish: 1
30
+ include:
31
+ - env: COVERAGE=1
32
+ perl: "5.30"
33
+env:
34
+ global:
35
+ - AUTHOR_TESTING=1
36
+ - RELEASE_TESTING=1
37
+before_install:
38
+ - eval $(curl https://travis-perl.github.io/init) --auto --always-upgrade-modules
39
+### __app_cisetup__
40
+# ---
41
+# force_threaded_perls: 0
42
+# perl_caching: 1
43
+
44
0 commit comments