Skip to content

Commit 234c246

Browse files
committed
Install Expect module for Travis CI builds
1 parent 5ffa72b commit 234c246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- dzil listdeps --author --missing | cpanm
2525
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
2626
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
27-
- cpanm File::LibMagic Test::mysqld
27+
- cpanm File::LibMagic Test::mysqld Expect
2828
install:
2929
- dzil build --in build --notgz
3030
script:
@@ -85,7 +85,7 @@ jobs:
8585
- dzil authordeps --missing | cpanm
8686
- dzil listdeps --author --missing | cpanm
8787
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
88-
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
88+
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty Expect
8989
install:
9090
- dzil build --in build --notgz
9191
script:

0 commit comments

Comments
 (0)