no automatic travis testing for wip/blocked branches
[gitmo/Moo.git] / .travis.yml
index 03f2783..a807bd6 100644 (file)
@@ -9,13 +9,17 @@ before_install:
   - perlbrew install-cpanm -f
   - perl -V
 install:
-  - cpanm --verbose --no-interactive --notest strictures autodie
-  - cpanm --verbose --no-interactive --notest --installdeps --with-develop --with-recommends --with-suggests .
-  - cpanm --verbose --no-interactive --notest Devel::Cover::Report::Coveralls
+  - cpanm --verbose --no-interactive --no-man-pages --notest strictures autodie ExtUtils::MakeMaker
+  - cpanm --verbose --no-interactive --no-man-pages --notest --installdeps --with-develop --with-recommends --with-suggests .
+  - cpanm --verbose --no-interactive --no-man-pages --notest Devel::Cover::Report::Coveralls
 script:
   - maint/fulltest --cover
 after_success:
   - cover -report coveralls
+branches:
+  except:
+    - /^wip\//
+    - /^blocked/
 notifications:
   email: false
   on_success: change