texlive[46424] Build/source/.travis.yml: fix travis

commits+preining at tug.org commits+preining at tug.org
Wed Jan 24 05:39:12 CET 2018


Revision: 46424
          http://tug.org/svn/texlive?view=revision&revision=46424
Author:   preining
Date:     2018-01-24 05:39:12 +0100 (Wed, 24 Jan 2018)
Log Message:
-----------
fix travis

Modified Paths:
--------------
    trunk/Build/source/.travis.yml

Modified: trunk/Build/source/.travis.yml
===================================================================
--- trunk/Build/source/.travis.yml	2018-01-24 04:35:06 UTC (rev 46423)
+++ trunk/Build/source/.travis.yml	2018-01-24 04:39:12 UTC (rev 46424)
@@ -23,9 +23,9 @@
             - libx11-dev
             - libxmu-dev
             - libxaw7-dev
-        before_script: find . -name \*.info -exec touch '{}' \;
-        script: ./Build
+      before_script: find . -name \*.info -exec touch '{}' \;
+      script: ./Build
     - os: linux
       services: docker
-      script: docker run -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive -i -t alpine:3.7 sh -c "apk update; apk add --no-progress bash find gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; cd texlive; find . -name \*.info -exec touch '{}' \; ; ./Build"
+      script: docker run -v ${TRAVIS_BUILD_DIR}:/texlive -w /texlive -i -t alpine:3.7 sh -c "apk update; apk add --no-progress bash findutils gcc g++ make perl fontconfig-dev libx11-dev libxmu-dev libxaw-dev; cd texlive; find . -name \*.info -exec touch '{}' \; ; ./Build"
 



More information about the tex-live-commits mailing list