[latex3-commits] [git/LaTeX3-latex3-latex3] master: [.travis.yml] Set `os`, `dist` and remove `on_start` and `skip_cleanup` (5b1959246)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Dec 5 17:54:15 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/5b195924675050abd2bad545e65f9d1aad3c5843

>---------------------------------------------------------------

commit 5b195924675050abd2bad545e65f9d1aad3c5843
Author: Samuel Marks <807580+SamuelMarks at users.noreply.github.com>
Date:   Sat Dec 5 17:17:41 2020 +1100

    [.travis.yml] Set `os`, `dist` and remove `on_start` and `skip_cleanup`


>---------------------------------------------------------------

5b195924675050abd2bad545e65f9d1aad3c5843
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 76cb968c2..3f47c759d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+os: linux
+dist: xenial
+
 install:
  - source ./support/texlive.sh
 
@@ -25,7 +28,6 @@ notifications:
       - latex3-commits at tug.org
     on_success: change
     on_failure: always
-    on_start:   never
 
 deploy:
   - provider: releases
@@ -34,7 +36,6 @@ deploy:
     file_glob: true
     file:
       - ./*.zip
-    skip_cleanup: true
     on:
       tags: true
     prerelease: false





More information about the latex3-commits mailing list.