Skip to content

Commit 52a0dcf

Browse files
committed
travis-ci: switch to arch=arm64 and supported perl versions
1 parent f84bd10 commit 52a0dcf

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

.travis.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
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"
2+
arch:
3+
- arm64
4+
matrix:
5+
include:
6+
- dist: xenial
7+
perl: 5.24
8+
- dist: bionic
9+
perl: 5.26
10+
- dist: focal
11+
perl: 5.32
12+
- dist: focal
13+
language: minimal
1314

1415
branches:
1516
except:
1617
- /appveyor/
17-
sudo: false
18+
- /github-actions/
19+
- /doozer/
1820

1921
script:
2022
- perl Makefile.PL && env HARNESS_TIMER=1 HARNESS_OPTIONS=j4:c make disttest

0 commit comments

Comments
 (0)