Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[REBUILD] Revert 15d1a08
The `finished` status is an old Travis API. The new one does not appear to have such a value for `status` key
  • Loading branch information
zoffixznet committed Jan 11, 2016
1 parent 93d4c48 commit 97d346d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ModulesPerl6/DbBuilder/Dist/PostProcessor/TravisCI.pm
Expand Up @@ -52,7 +52,6 @@ sub _get_travis_status {
return $state if $state =~ /cancel|pend/;
return 'error' if $state =~ /error/;
return 'failing' if $state =~ /fail/;
return 'passing' if $state =~ /finished/;
return 'passing' if $state =~ /pass/;
return 'unknown';
}
Expand Down

0 comments on commit 97d346d

Please sign in to comment.