Skip to content

Commit cb6db56

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
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:
@@ -51,7 +51,7 @@ jobs:
5151
- dzil authordeps --missing | cpanm
5252
- dzil listdeps --author --missing | cpanm
5353
- cpanm DBI Parallel::ForkManager Digest::HMAC_SHA1
54-
- cpanm String::Escape XML::LibXML
54+
- cpanm String::Escape XML::LibXML Expect
5555
- cpanm --reinstall App::Prove
5656
install:
5757
- dzil build --in build --notgz
@@ -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)