updated travis and restore some missing files
[catagits/Catalyst-Runtime.git] / .travis.yml
index 05fa29a..570e3f0 100644 (file)
@@ -1,6 +1,7 @@
 language: perl
 sudo: false
 perl:
+   - "5.26"
    - "5.24"
    - "5.22"
    - "5.20"
@@ -12,17 +13,8 @@ perl:
    - "5.8"
 
 install:
-   # for testing
-   - cpanm --notest --metacpan --skip-satisfied YAML
-
-   # M::I deps
-   - cpanm --notest --metacpan --skip-satisfied Module::Install Module::Install::AuthorRequires Module::Install::CheckConflicts Module::Install::AuthorTests Module::Install::Authority
-
-   # author deps -- wish there was a better way
-   - cpanm --notest --metacpan --skip-satisfied CatalystX::LeakChecker Catalyst::Devel Catalyst::Engine::PSGI Starman MooseX::Daemonize Test::WWW::Mechanize::Catalyst Catalyst::Plugin::Params::Nested
-   - cpanm --notest --metacpan --skip-satisfied Test::Without::Module Test::NoTabs Test::Pod Test::Pod::Coverage Test::Spelling Pod::Coverage::TrustPod Type::Tiny
-   - cpanm --notest --metacpan --skip-satisfied --installdeps .
-   - echo y | perl Makefile.PL
+   - cpanm --notest --metacpan --skip-satisfied --with-develop --installdeps .
+   - perl Makefile.PL
 
    # installing Catalyst::Devel above causes the latest release of
    # Catalyst::Runtime to be installed, but the version we're testing might