Codebase list libfurl-perl / 060a1ceb-8fb5-409c-aef1-a9d722b0021e/main .travis.yml
060a1ceb-8fb5-409c-aef1-a9d722b0021e/main

Tree @060a1ceb-8fb5-409c-aef1-a9d722b0021e/main (Download .tar.gz)

.travis.yml @060a1ceb-8fb5-409c-aef1-a9d722b0021e/mainraw · history · blame

os: linux
arch:
 - amd64
 - ppc64le
language: perl
sudo: false
perl:
  #- "5.12"
  - "5.14"
  - "5.16"
  - "5.18"
  - "5.20"
  - "5.22"
before_install:
  - "cpanm -n --installdeps --with-develop --with-recommends --with-suggests ."