Преглед изворни кода

Update changes for .34, dist.ini, .travis.yml for perl522

George S. Baugh пре 9 година
родитељ
комит
c3eee6071f
3 измењених фајлова са 5 додато и 2 уклоњено
  1. 2 1
      .travis.yml
  2. 2 1
      Changes
  3. 1 0
      dist.ini

+ 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

+ 2 - 1
Changes

@@ -1,11 +1,12 @@
 Revision history for Perl module TestRail::API
 
-0.034 2016-01-?? TEODESIAN
+0.034 2016-02-18 TEODESIAN
     - Use Capture::Tiny rahter than IO::CaptureOutput in unit tests
     - Allow users to signal Test::Rail::Parser to set a custom status
     - Fix issue where todo_pass would be marked even when a bad plan occurred
     - Add functions for TestRail 5.2 add/update/remove configurations & groups
     - Add bad plan step_result and a comment when not in case_per_ok & bad plan detected
+    - Add bailout step_result and a comment when not in case_per_ok & bailout detected
 
 0.033 2016-01-06 TEODESIAN
     - Fix issue where running TestRail::Parser with multiple -j in prove corrupted results

+ 1 - 0
dist.ini

@@ -125,6 +125,7 @@ stopwords = parseConfig
 stopwords = getPlanSummary
 stopwords = getRunSummary
 stopwords = judgements
+stopwords = bailoutCallback
 
 [PkgVersion]
 [AutoPrereqs]