File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -780,7 +780,6 @@ backpan_always_update: 0
780
780
backpan_cache_ttl: 604800
781
781
782
782
github_owner: gitpan-test
783
- github_access_token: d0e256108f5384fec8c24f26c21ee831cbd208aa
784
783
785
784
committer_name: Gitpan Test
786
785
committer_email: schwern+gitpan-test@pobox.com
@@ -794,7 +793,6 @@ overlays:
794
793
backpan_url: file:t/backpan/
795
794
796
795
github_owner: gitpan-test
797
- github_access_token: d0e256108f5384fec8c24f26c21ee831cbd208aa
798
796
799
797
committer_name: Gitpan Test
800
798
committer_email: schwern+gitpan-test@pobox.com
Original file line number Diff line number Diff line change 1
1
language : perl
2
2
perl :
3
3
- " 5.18"
4
+ env :
5
+ - secure : " EOModDmXL8VA4AbV1BeNeQFqp8PHDFBzVB2gjyzKWCudqX7Byv6BNNSk28q7OVzk2H6Su22upzyWtdluhGIAdj9cwxbJJ9uVQ5512yPtdjdiznDK+55kcKVKdD1RVewieXKZeHyIWO9Ffn2KhDN0NzGo/3u9kvqDB/LxdyOxqbA="
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ use Test::Most ();
10
10
method import ($class : ...) {
11
11
my $caller = caller ;
12
12
13
+ warn " GITPAN_GITHUB_ACCESS_TOKEN is not set, tests which talk to Github will probably fail" unless $ENV {GITPAN_GITHUB_ACCESS_TOKEN };
14
+
13
15
$ENV {GITPAN_CONFIG_DIR } //= " ." -> path-> absolute;
14
16
$ENV {GITPAN_TEST } //= 1;
15
17
You can’t perform that action at this time.
0 commit comments