[latex3-commits] [l3svn] branch master updated: Fix some mistakes

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 21:52:17 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  8d6ee00   Fix some mistakes
8d6ee00 is described below

commit 8d6ee00ffea395bb23d53845abe69d0cb12d6fe0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 20:52:01 2015 +0100

    Fix some mistakes
---
 .travis.yml |    2 +-
 texlive.sh  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fd9a0cd..6412962 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
 before_install:
- - . sh ./texlive.sh
+ - sh ./texlive.sh
 
 install: true
 
diff --git a/texlive.sh b/texlive.sh
index 4f302ff..0c2b1db 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -3,7 +3,7 @@ tar -xzf install-tl-unx.tar.gz
 cd install-tl-20*
 
 # Set up the automated install
-cat << EOF >> 
+cat << EOF >> texlive.profile 
 selected_scheme scheme-basic
 TEXDIR /tmp/texlive
 TEXMFCONFIG ~/.texlive2015/texmf-config

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list