summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Ollis <plicease@cpan.org>2019-03-27 20:51:52 -0400
committerGraham✈️✈️ <plicease@cpan.org>2019-03-27 21:21:18 -0400
commitb1cb1f26b9fcc03b18192627452641b85c04f673 (patch)
tree85a15b1fa39bc6d9e32df454d6673daea22f2ed1
parentbb0e1f88245b3dbd9e5ab295eb040a426e03f3f4 (diff)
switch to cip for ci
-rw-r--r--.travis.yml47
1 files changed, 32 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index 999355f..09d6844 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,34 @@
-language: perl
-sudo: false
+language: minimal
+dist: xenial
+services:
+ - docker
-install: /bin/true
-script: HARNESS_IS_VERBOSE=1 prove -lvr t
+before_install:
+ - curl https://raw.githubusercontent.com/plicease/cip/master/bin/travis-bootstrap | bash
+ - cip before-install
-perl:
- - "5.8"
- - "5.10"
- - "5.12"
- - "5.14"
- - "5.16"
- - "5.18"
- - "5.20"
- - "5.22"
- - "5.24"
- - "5.26"
+install:
+ - cip diag
+ - cip install
+
+script:
+ - cip script
+
+jobs:
+ include:
+ - env: CIP_TAG=5.29
+ - env: CIP_TAG=5.28
+ - env: CIP_TAG=5.26
+ - env: CIP_TAG=5.24
+ - env: CIP_TAG=5.22
+ - env: CIP_TAG=5.20
+ - env: CIP_TAG=5.18
+ - env: CIP_TAG=5.16
+ - env: CIP_TAG=5.14
+ - env: CIP_TAG=5.12
+ - env: CIP_TAG=5.10
+ - env: CIP_TAG=5.8
+
+cache:
+ directories:
+ - "$HOME/.cip"