forked from deriv-com/perl-Ethereum-RPC-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
18 lines (18 loc) · 927 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo: false
language: perl
matrix:
fast_finish: true
perl:
- '5.26'
before_install:
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":[email protected]"
- sudo apt-get update -qq
- sudo apt-get install gcc wget software-properties-common build-essential -y -qq
install:
- cpanm --quiet --notest Dist::Zilla Dist::Zilla::App::Command::cover App::cpm Devel::Cover::Report::Codecov https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-7.29.tar.gz https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.30.tar.gz
- cpm install -w 2 --mirror=http://cpan.cpantesters.org/ -g $(dzil authordeps --missing)
- cpm install -w 2 --mirror=http://cpan.cpantesters.org/ -g $(dzil listdeps --author --missing)
- . $TRAVIS_BUILD_DIR/config/geth_setup.sh
script:
- dzil smoke --release --author && dzil cover -test -report codecov && dzil xtest