Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
comment out old installation method for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vikin91 committed Oct 14, 2016
1 parent 032a2ed commit b6c77e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ install:
# - dzil listdeps | grep -vP '[^\w:]' | cpanm --notest --skip-satisfied --verbose # does almost nothing
- dzil authordeps --missing | cpanm --notest --skip-satisfied
- cpanm -nq --no-interactive --installdeps .
- cpanm -nq --skip-satisfied --no-interactive Mojolicious DBD::mysql Module::Build::Mojolicious Time::Piece Data::Dumper Crypt::Eksblowfish::Bcrypt Cwd File::Find DateTime File::Copy Scalar::Util utf8 File::Slurp DBI Exporter Set::Scalar Session::Token LWP::UserAgent Text::BibTeX HTML::TagCloud::Sortable Crypt::Random WWW::Mechanize Test::Differences Test::MockModule Mojolicious::Plugin::RenderFile Path::Tiny
- cpanm -nq --skip-satisfied --no-interactive Moose Test::Pod::Coverage TeX::Encode Array::Utils File::Spec
- cpanm -nq --skip-satisfied --no-interactive Text::ASCIIMathML Mojo::Redis2
# - cpanm -nq --skip-satisfied --no-interactive Mojolicious DBD::mysql Module::Build::Mojolicious Time::Piece Data::Dumper Crypt::Eksblowfish::Bcrypt Cwd File::Find DateTime File::Copy Scalar::Util utf8 File::Slurp DBI Exporter Set::Scalar Session::Token LWP::UserAgent Text::BibTeX HTML::TagCloud::Sortable Crypt::Random WWW::Mechanize Test::Differences Test::MockModule Mojolicious::Plugin::RenderFile Path::Tiny
# - cpanm -nq --skip-satisfied --no-interactive Moose Test::Pod::Coverage TeX::Encode Array::Utils File::Spec
# - cpanm -nq --skip-satisfied --no-interactive Text::ASCIIMathML Mojo::Redis2
before_script:
- mysql --version
- mysql -u root -e "SELECT VERSION();"
Expand Down

0 comments on commit b6c77e7

Please sign in to comment.