You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2015/05/20 16:27:59 UTC

[2/4] lucy-clownfish git commit: Mod Travis config to run custom script.

Mod Travis config to run custom script.

Test multiple versions for Perl, one version each for C and Go.


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

Branch: refs/heads/master
Commit: f99f57360e4996a91bbb879a68c399e82016babc
Parents: b26a9c6
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Tue May 19 22:24:25 2015 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Tue May 19 22:26:55 2015 -0700

----------------------------------------------------------------------
 .travis.yml | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/f99f5736/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2268b51..d639e8e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,17 +14,19 @@
 # limitations under the License.
 
 language: perl
-perl:
-  - "5.20"
-  - "5.18"
-  - "5.16"
-  - "5.14"
-  - "5.12"
-  - "5.10"
-  - "5.8"
-env: LUCY_DEBUG=1
+script: "cd ../.. && ./devel/bin/travis-test.sh"
+env:
+  - LUCY_DEBUG=1 CLOWNFISH_HOST=c
+  - LUCY_DEBUG=1 CLOWNFISH_HOST=go
+  - LUCY_DEBUG=1 CLOWNFISH_HOST=perl PERL_VERSION=5.20
+  - LUCY_DEBUG=1 CLOWNFISH_HOST=perl PERL_VERSION=5.18
+  - LUCY_DEBUG=1 CLOWNFISH_HOST=perl PERL_VERSION=5.16
+  - LUCY_DEBUG=1 CLOWNFISH_HOST=perl PERL_VERSION=5.14
+  - LUCY_DEBUG=1 CLOWNFISH_HOST=perl PERL_VERSION=5.12
+  - LUCY_DEBUG=1 CLOWNFISH_HOST=perl PERL_VERSION=5.10
+  - LUCY_DEBUG=1 CLOWNFISH_HOST=perl PERL_VERSION=5.8
 git:
   depth: 10
 before_install:
-  - cd runtime/perl
+  - cd compiler/perl