argh
[catagits/Catalyst-Action-REST.git] / .travis.yml
index e108854..d8dd195 100644 (file)
@@ -13,10 +13,10 @@ matrix:
    allow_failures:
       - perl: "5.17.10"
 
-notifications:
-  irc:
-    channels:
-      - "irc.perl.org#catalyst-dev"
+#notifications:
+  #irc:
+    #channels:
+      #- "irc.perl.org#catalyst-dev"
 
 before_install:
     - test "$BREWVER" = "" || perlbrew install -j4 $BREWVER
@@ -31,6 +31,9 @@ install:
    # ensure we have the latest cpanm
    - echo y | perlbrew install-cpanm
 
+   # XML cpan deps
+   - sudo apt-get -y install libexpat-dev
+
    # see if we can't speed things up a bit
    - rm -rf ~/.cpanm
    - mkdir ~/.cpanm
@@ -51,8 +54,9 @@ install:
 
    # author deps -- wish there was a better way
    #- cpanm --metacpan --skip-satisfied CatalystX::LeakChecker Catalyst::Devel Catalyst::Engine::PSGI Starman MooseX::Daemonize
-   #- cpanm --metacpan --skip-satisfied Test::Without::Module Test::NoTabs Test::Pod Test::Pod::Coverage Test::Spelling Pod::Coverage::TrustPod
-   - cpanm --metacpan --skip-satisfied --installdeps .  || cat /home/travis/.cpanm/build.log
+   - cpanm --metacpan --skip-satisfied Module::Info File::Find::Rule Test::Pod Test::Pod::Coverage Test::Spelling Pod::Coverage::TrustPod || cat /home/travis/.cpanm/build.log
+   - cpanm --metacpan --skip-satisfied JSON JSON::XS Data::Taxi Config::General PHP::Serialization FreezeThaw XML::Simple || cat /home/travis/.cpanm/build.log
+   - cpanm --metacpan --skip-satisfied --installdeps . || cat /home/travis/.cpanm/build.log
 
    # we want these for our tests, but not for any others
    - export AUTHOR_TESTING=1