Skip to content

Commit 5e0f80a

Browse files
committed
silent perl module installation
1 parent 1d115b8 commit 5e0f80a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,7 @@ before_install:
6060
- sudo apt-get install -qq curl
6161
# install perl module
6262
- cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
63-
- cpanm Test::Exception Test::More Log::Any LWP::UserAgent JSON URI:Query Module::Runtime DateTime Module::Find Moose::Role
64-
# comment out below as installation failed in travis
65-
# Add rebar3 build tool and recent Erlang/OTP for Erlang petstore server tests.
66-
# - Travis CI does not support rebar3 [yet](https://github.com/travis-ci/travis-ci/issues/6506#issuecomment-275189490).
67-
# - Rely on `kerl` for [pre-compiled versions available](https://docs.travis-ci.com/user/languages/erlang#Choosing-OTP-releases-to-test-against). Rely on installation path chosen by [`travis-erlang-builder`](https://github.com/travis-ci/travis-erlang-builder/blob/e6d016b1a91ca7ecac5a5a46395bde917ea13d36/bin/compile#L18).
68-
# - . ~/otp/18.2.1/activate && erl -version
69-
#- curl -f -L -o ./rebar3 https://s3.amazonaws.com/rebar3/rebar3 && chmod +x ./rebar3 && ./rebar3 version && export PATH="${TRAVIS_BUILD_DIR}:$PATH"
63+
- cpanm --verbose --no-interactive Test::Exception Test::More Log::Any LWP::UserAgent JSON URI:Query Module::Runtime DateTime Module::Find Moose::Role
7064

7165
# show host table to confirm petstore.swagger.io is mapped to localhost
7266
- cat /etc/hosts

0 commit comments

Comments
 (0)