(travis) Revert 81cf62797 and b4532c43f (both fixed since)
Peter Rabbitson [Tue, 16 Aug 2016 09:56:08 +0000 (11:56 +0200)]
.travis.yml
maint/travis-ci_scripts/50_after_success.bash

index 719a83a..8ba45b2 100644 (file)
@@ -363,10 +363,6 @@ matrix:
   # which ones of the above can fail
   allow_failures:
 
-    # FIXME work around https://github.com/travis-ci/travis-ci/issues/6439
-    - perl: 5.18-extras
-    - perl: 5.24.0_thr_qm
-
     # these run with various dev snapshots - allowed to fail
     - perl: cperl-5.24.0_thr_qm
     - perl: cperl-master_thr
index 41b2fd1..83f1a89 100644 (file)
@@ -27,12 +27,6 @@ if [[ "$DEVREL_DEPS" == "true" ]] && perl -M5.008003 -e1 &>/dev/null ; then
     parallel_installdeps_notest YAML Lexical::SealRequireHints
   fi
 
-  # FIXME - workaround for RT#116788
-  # ( two instances, see below )
-  if ! perl -M5.008007 -e1 &>/dev/null; then
-    parallel_installdeps_notest 'Encode~!=2.85'
-  fi
-
   # FIXME Change when Moose goes away
   installdeps Moose $(perl -Ilib -MDBIx::Class::Optional::Dependencies=-list_missing,dist_dir)
 
@@ -41,12 +35,6 @@ if [[ "$DEVREL_DEPS" == "true" ]] && perl -M5.008003 -e1 &>/dev/null ; then
 
 elif [[ "$CLEANTEST" != "true" ]] ; then
 
-  # FIXME - workaround for RT#116788
-  # ( two instances, see above )
-  if ! perl -M5.008007 -e1 &>/dev/null; then
-    parallel_installdeps_notest 'Encode~!=2.85'
-  fi
-
   parallel_installdeps_notest $(perl -Ilib -MDBIx::Class::Optional::Dependencies=-list_missing,dist_dir)
 
   run_or_err "Attempt to build a dist from original checkout" "make dist"