Skip to content

Commit

Permalink
fix comment, now use github actions, not travis
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed May 16, 2024
1 parent 4fd5566 commit 8641034
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bin/run_tests.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env perl

# copy of
# https://github.com/OpenCageData/perl-Geo-Address-Formatter/blob/master/t/unit/countries.t
# and runs in travis-CI (see .travis.yml)
#
# run by Github Actions, see .github/workflows/ci.yml
#

use strict;
use lib 'perl/lib/perl5';
Expand All @@ -21,7 +20,6 @@ binmode $builder->output, ":utf8";
binmode $builder->failure_output, ":utf8";
binmode $builder->todo_output, ":utf8";


{
# Some YAML parsers croak on duplicate keys. By default the Perl parser
# doesn't. Here we make sure we didn't overlook any duplicate keys.
Expand Down

0 comments on commit 8641034

Please sign in to comment.