language: perl

perl:
  - "5.20"
  - "5.22"
  - "5.24"
  - "5.26"

install:
  - ": echo 'Install jupyterhub' ;"
  - "git clone -b github-releases https://github.com/kiwiroy/p5-Alien-ZMQ.git alien-zmq"
  - "pushd alien-zmq ; cpanm -n --quiet --installdeps . ; cpanm . ; popd"
  - "cpanm -n --quiet --installdeps --with-develop ."

after_success:
  - cover -test -report kritika
  - cover -test -report coveralls