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 2015/07/11 18:13:43 UTC

[2/2] lucy-clownfish git commit: Simplify .travis.yml

Simplify .travis.yml


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

Branch: refs/heads/master
Commit: d58d7eb5db3eb9bb01166e922444af057966f919
Parents: acc5603
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Jul 11 18:06:18 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Jul 11 18:09:53 2015 +0200

----------------------------------------------------------------------
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/d58d7eb5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d639e8e..9538b05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,9 @@
 # limitations under the License.
 
 language: perl
-script: "cd ../.. && ./devel/bin/travis-test.sh"
+# Override Travis' default Perl installation script.
+install: 'true'
+script: devel/bin/travis-test.sh
 env:
   - LUCY_DEBUG=1 CLOWNFISH_HOST=c
   - LUCY_DEBUG=1 CLOWNFISH_HOST=go
@@ -27,6 +29,4 @@ env:
   - LUCY_DEBUG=1 CLOWNFISH_HOST=perl PERL_VERSION=5.8
 git:
   depth: 10
-before_install:
-  - cd compiler/perl