Skip to content

Commit e7ca81a

Browse files
committed
use cip for ci
1 parent 3cf18b8 commit e7ca81a

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

.travis.yml

+28-23
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,34 @@
1-
language: perl
1+
language: minimal
2+
dist: xenial
3+
services:
4+
- docker
25

3-
sudo: false
6+
before_install:
7+
- curl https://raw.githubusercontent.com/plicease/cip/master/bin/travis-bootstrap | bash
8+
- cip before_install
49

510
install:
6-
- perlbrew list
7-
- cpanm -n Test::More File::Spec
11+
- cip diag
12+
- cip install
813

9-
script: HARNESS_IS_VERBOSE=1 prove -lvr t
14+
script:
15+
- cip script
1016

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
2431

25-
sudo: false
26-
27-
env:
28-
global:
29-
- PERL_USE_UNSAFE_INC=0
32+
cache:
33+
directories:
34+
- "$HOME/.cip"

0 commit comments

Comments
 (0)