File tree 1 file changed +28
-23
lines changed
1 file changed +28
-23
lines changed Original file line number Diff line number Diff line change 1
- language : perl
1
+ language : minimal
2
+ dist : xenial
3
+ services :
4
+ - docker
2
5
3
- sudo : false
6
+ before_install :
7
+ - curl https://raw.githubusercontent.com/plicease/cip/master/bin/travis-bootstrap | bash
8
+ - cip before_install
4
9
5
10
install :
6
- - perlbrew list
7
- - cpanm -n Test::More File::Spec
11
+ - cip diag
12
+ - cip install
8
13
9
- script : HARNESS_IS_VERBOSE=1 prove -lvr t
14
+ script :
15
+ - cip script
10
16
11
- perl :
12
- - " 5.26"
13
- - " 5.24"
14
- - " 5.22"
15
- - " 5.20"
16
- - " 5.20-shrplib"
17
- - " 5.18"
18
- - " 5.18-shrplib"
19
- - " 5.16"
20
- - " 5.14"
21
- - " 5.12"
22
- - " 5.10"
23
- - " 5.8"
17
+ jobs :
18
+ include :
19
+ - env : CIP_TAG=5.29
20
+ - env : CIP_TAG=5.28
21
+ - env : CIP_TAG=5.26
22
+ - env : CIP_TAG=5.24
23
+ - env : CIP_TAG=5.22
24
+ - env : CIP_TAG=5.20
25
+ - env : CIP_TAG=5.18
26
+ - env : CIP_TAG=5.16
27
+ - env : CIP_TAG=5.14
28
+ - env : CIP_TAG=5.12
29
+ - env : CIP_TAG=5.10
30
+ - env : CIP_TAG=5.8
24
31
25
- sudo : false
26
-
27
- env :
28
- global :
29
- - PERL_USE_UNSAFE_INC=0
32
+ cache :
33
+ directories :
34
+ - " $HOME/.cip"
You can’t perform that action at this time.
0 commit comments