[latex3-commits] [l3svn] branch master updated: Avoid need for sudo with Travis

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 18:49:26 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  eb8d63c   Avoid need for sudo with Travis
eb8d63c is described below

commit eb8d63c50580dea5f0cb89ced104cc841fdfd0f7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 17:49:11 2015 +0100

    Avoid need for sudo with Travis
---
 .travis.yml |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8d25e35..e8b5622 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
-sudo: true
-
-before_install:
- - sudo apt-get install -y texlive
+addons:
+  apt:
+    packages:
+    - texlive
 
 install: true
 

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


More information about the latex3-commits mailing list