We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffa72b commit 234c246Copy full SHA for 234c246
.travis.yml
@@ -24,7 +24,7 @@ jobs:
24
- dzil listdeps --author --missing | cpanm
25
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
26
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
27
- - cpanm File::LibMagic Test::mysqld
+ - cpanm File::LibMagic Test::mysqld Expect
28
install:
29
- dzil build --in build --notgz
30
script:
@@ -85,7 +85,7 @@ jobs:
85
- dzil authordeps --missing | cpanm
86
87
88
- - cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
+ - cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty Expect
89
90
91
0 commit comments