diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-09-02 14:22:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-02 14:22:12 (GMT) |
commit | b7fc8a384b091f5761159d263ec27e30c3160a50 (patch) | |
tree | ccda07ec79addcf8051953a1dcdb6c739b268f76 | |
parent | 5f028fd744526148aace4c971f739c9876b6108a (diff) | |
download | Doxygen-b7fc8a384b091f5761159d263ec27e30c3160a50.zip Doxygen-b7fc8a384b091f5761159d263ec27e30c3160a50.tar.gz Doxygen-b7fc8a384b091f5761159d263ec27e30c3160a50.tar.bz2 |
Update .travis.yml
Trial with using trusty and default tex live distribution
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 124e7b8..acc325a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -dist: precise language: cpp compiler: - gcc @@ -6,7 +5,6 @@ compiler: before_install: - sudo apt-add-repository ppa:smspillaz/cmake-2.8.12 -y - - sudo add-apt-repository ppa:texlive-backports/ppa -y - sudo apt-get update -qq install: |