George S. Baugh hace 10 años
padre
commit
accae0bf96
Se han modificado 3 ficheros con 3 adiciones y 2 borrados
  1. 2 1
      .travis.yml
  2. 1 1
      Changes
  3. BIN
      dist/TestRail-API-0.027.tar.gz

+ 2 - 1
.travis.yml

@@ -1,5 +1,6 @@
 language: perl
 perl:
+   - '5.20'
    - '5.18'
    - '5.16'
    - '5.14'
@@ -9,7 +10,7 @@ perl:
 matrix:
    fast_finish: true
    include:
-     - perl: '5.20'
+     - perl: '5.22'
        env: COVERAGE=1
 
 sudo: false

+ 1 - 1
Changes

@@ -1,6 +1,6 @@
 Revision history for Perl module TestRail::API
 
-0.027 2015-06-12 TEODESIAN
+0.027 2015-06-14 TEODESIAN
     - If no tests are run (environment fail), set test status to 'retest' on non case-per-ok tests
     - If the only oddities in a test are passing TODO tests, mark entire run as TODO PASS.
     - Fix issue where having a ~/.testrailrc would prevent make test from allowing install by cpan client

BIN
dist/TestRail-API-0.027.tar.gz