forked from ledgersmb/LedgerSMB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ledgersmb#59 from ledgersmb/1.3
1.3
- Loading branch information
Showing
3 changed files
with
58 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
language: perl | ||
perl: | ||
- '5.10' | ||
- '5.12' | ||
- '5.14' | ||
- '5.16' | ||
- '5.18' | ||
- '5.20' | ||
addons: | ||
postgresql: "9.3" | ||
env: | ||
- DB_TESTING: 1 | ||
before_install: | ||
- "cpanm DBI" | ||
- "cpanm DBD::Pg" | ||
- "cpanm Try::Tiny" | ||
- "cpanm Memoize" | ||
- "cpanm Test::More" | ||
- "cpanm Test::Trap" | ||
- "cpanm Test::Exception" | ||
- "cpanm Devel::Cover::Report::Coveralls" | ||
- "cpanm Data::Dumper" | ||
- "cpanm Log::Log4perl" | ||
- "cpanm Locale::Maketext" | ||
- "cpanm DateTime" | ||
- "cpanm Locale::Maketext::Lexicon" | ||
- "cpanm MIME::Base64" | ||
- "cpanm Digest::MD5" | ||
- "cpanm HTML::Entities" | ||
- "cpanm Math::BigFloat" | ||
- "cpanm IO::File" | ||
- "cpanm IO::Scalar" | ||
- "cpanm Encode" | ||
- "cpanm Time::Local" | ||
- "cpanm Cwd" | ||
- "cpanm --force Class::Std" | ||
- "cpanm Config::Std" | ||
- "cpanm Mojo::Base" | ||
- "cpanm MIME::Lite" | ||
- "cpanm Template" | ||
- "cpanm Error" | ||
- "cpanm CGI::Simple" | ||
- "cpanm File::MimeInfo" | ||
script: | ||
export RELEASE_TESTING=1 && yes n | perl Makefile.PL && PGUSER=postgres PGPASSWORD=test LSMB_TEST_DB=1 LSMB_NEW_DB=lsmb13installtest make test && cover -test -report coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters