You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/08/06 16:07:19 UTC

[3/3] lucy-clownfish git commit: Run thread tests under Travis Perl

Run thread tests under Travis Perl

The "5.x-extras" Perl versions are built with -Duseithreads:

    https://blog.travis-ci.com/2014-09-03-minor-language-update


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/ce5e65bb
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/ce5e65bb
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/ce5e65bb

Branch: refs/heads/master
Commit: ce5e65bb0ee3bed67ff7611cefaff72f8a12cb83
Parents: 26c70a3
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Aug 6 17:32:16 2016 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Aug 6 17:35:04 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/ce5e65bb/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3010a93..88aafc4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,8 @@ script: devel/bin/travis-test.sh
 env:
   - CLOWNFISH_HOST=c
   - CLOWNFISH_HOST=go
-  - CLOWNFISH_HOST=perl PERL_VERSION=5.20
-  - CLOWNFISH_HOST=perl PERL_VERSION=5.18
+  - CLOWNFISH_HOST=perl PERL_VERSION=5.20-extras
+  - CLOWNFISH_HOST=perl PERL_VERSION=5.18-extras
   - CLOWNFISH_HOST=perl PERL_VERSION=5.16
   - CLOWNFISH_HOST=perl PERL_VERSION=5.14
   - CLOWNFISH_HOST=perl PERL_VERSION=5.12