This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
msgrcv: properly downgrade the receive buffer
[perl5.git] / .travis.yml
index 3192fbc..df0d5cf 100644 (file)
@@ -21,8 +21,6 @@ env:
         # threads often cause build issues
         - CONFIGURE_ARGS='-Uusethreads'
         - CONFIGURE_ARGS='-Dusethreads'
-        # it's easy to miss dVAR
-        - CONFIGURE_ARGS='-DPERL_GLOBAL_STRUCT_PRIVATE'
         # test scripts can be sensitive to PERL_UNICODE, and check long doubles
         - CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize -Duselongdouble' PERL_UNICODE='' LANG='en_US.UTF-8'
         # we've rarely had a problem with non-Englush locales, and exercise quadmath
@@ -65,7 +63,7 @@ notifications:
       - "Report for %{repository} (%{commit}) from %{author} (%{elapsed_time})"
       - "Status: %{message}"
       - "Build URL: %{build_url}"
-      - "GitHub URL: https://github.com/p5h/perl5demo/commit/%{commit}" # adjust this url to use the production repo
+      - "GitHub URL: https://github.com/%{repository_slug}/commit/%{commit}"
     on_success: change # default: always
     on_failure: always # default: always
 #    use_notice: true