We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84bd10 commit 52a0dcfCopy full SHA for 52a0dcf
1 file changed
.travis.yml
@@ -1,20 +1,22 @@
1
language: perl
2
-perl:
3
- - "5.26"
4
- - "5.24"
5
- - "5.22"
6
- - "5.20"
7
- - "5.18"
8
- - "5.16"
9
- - "5.14"
10
- - "5.12"
11
- - "5.10"
12
- - "5.8"
+arch:
+ - arm64
+matrix:
+ include:
+ - dist: xenial
+ perl: 5.24
+ - dist: bionic
+ perl: 5.26
+ - dist: focal
+ perl: 5.32
13
+ language: minimal
14
15
branches:
16
except:
17
- /appveyor/
-sudo: false
18
+ - /github-actions/
19
+ - /doozer/
20
21
script:
22
- perl Makefile.PL && env HARNESS_TIMER=1 HARNESS_OPTIONS=j4:c make disttest
0 commit comments