Bläddra i källkod

Final bits of travis tweakin'

Make sure my author test skips
George S. Baugh 11 år sedan
förälder
incheckning
ce5462f7b5
2 ändrade filer med 2 tillägg och 3 borttagningar
  1. 0 3
      .travis.yml
  2. 2 0
      t/author-classSafety.t

+ 0 - 3
.travis.yml

@@ -1,6 +1,5 @@
 language: perl
 perl:
-   - 'blead'
    - '5.20'
    - '5.18'
    - '5.16'
@@ -8,8 +7,6 @@ perl:
    - '5.12'
    - '5.10'
 matrix:
-   allow_failures:
-      - perl: 'blead'
    fast_finish: true
 before_install:
    - export AUTOMATED_TESTING=1 NONINTERACTIVE_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1 AUTHOR_TESTING=0

+ 2 - 0
t/author-classSafety.t

@@ -6,6 +6,8 @@ use Test::More;
 use Test::Fatal;
 use Class::Inspector;
 
+plan('skip_all' => "these tests are for testing by the author") unless $ENV{'AUTHOR_TESTING'};
+
 my $tr = TestRail::API->new('http://hokum.bogus','bogus','bogus',1);
 
 #Call instance methods as class and vice versa