investigage SSimple
[catagits/Catalyst-Runtime.git] / .travis.yml
CommitLineData
209210df 1language: perl
4d7949d9 2sudo: false
209210df 3perl:
2419db2c 4 - "5.24"
49b1808f 5 - "5.22"
94c34b14 6 - "5.20"
44cf0958 7 - "5.18"
209210df 8 - "5.16"
9 - "5.14"
10 - "5.12"
11 - "5.10"
adde9a4e 12 - "5.8"
209210df 13
14install:
209210df 15 # for testing
6168fe6b 16 - cpanm --notest --metacpan --skip-satisfied YAML
209210df 17
18 # M::I deps
6168fe6b 19 - cpanm --notest --metacpan --skip-satisfied Module::Install Module::Install::AuthorRequires Module::Install::CheckConflicts Module::Install::AuthorTests Module::Install::Authority
209210df 20
21 # author deps -- wish there was a better way
6168fe6b 22 - cpanm --notest --metacpan --skip-satisfied CatalystX::LeakChecker Catalyst::Devel Catalyst::Engine::PSGI Starman MooseX::Daemonize Test::WWW::Mechanize::Catalyst Catalyst::Plugin::Params::Nested
d2995a76 23 - cpanm --notest --metacpan --skip-satisfied Test::Without::Module Test::NoTabs Test::Pod Test::Pod::Coverage Test::Spelling Pod::Coverage::TrustPod Type::Tiny
6168fe6b 24 - cpanm --notest --metacpan --skip-satisfied --installdeps .
44cf0958 25 - echo y | perl Makefile.PL
209210df 26
6168fe6b 27 # enable various test options, including parallel testing
28 - export AUTOMATED_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
29
209210df 30 # we want these for our tests, but not for any others
31 - export AUTHOR_TESTING=1
32 - export RELEASE_TESTING=1
33
34 - make manifest
35
36script:
37 - make disttest
2aa2f26a 38
39 # Test reverse deps (high-profile modules, taken from from Task::Catalyst):
40 # (note: currently skipping DBIC deps for speed)
41 - make install
42
43 # pure author deps (of reverse deps):
44 - cpanm --notest --metacpan --skip-satisfied YAML::Syck
45
46 # both author deps & reverse deps:
47 - cpanm --metacpan --skip-satisfied Catalyst::View::TT
48 - cpanm --metacpan --skip-satisfied Catalyst::Plugin::Authentication
49
50 # pure reverse deps (call with --test-only):
51 - cpanm --test-only --metacpan Catalyst::Devel
52 - cpanm --test-only --metacpan Catalyst::Action::REST
53 - cpanm --test-only --metacpan Catalyst::Component::InstancePerContext
54 - cpanm --test-only --metacpan Catalyst::Plugin::Session
55 - cpanm --test-only --metacpan Catalyst::Plugin::Session::State::Cookie
a108569d 56 - cpanm --test-only --verbose --metacpan Catalyst::Plugin::Static::Simple
2aa2f26a 57 - cpanm --test-only --metacpan Catalyst::Plugin::ConfigLoader
9fd69e17 58 - cpanm --test-only --metacpan Catalyst::Plugin::ConfigLoader
59 - cpanm --test-only --metacpan Catalyst::Authentication::Credential::HTTP
2aa2f26a 60
61 # Still need to figure out why these fail in travis:
62 #- cpanm --test-only --metacpan -v Catalyst::View::Email
63 #- cpanm --test-only --metacpan -v Catalyst::Plugin::Session::Store::File
64 #- cpanm --test-only --metacpan -v Catalyst::Plugin::I18N