diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-09-02 11:20:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-02 11:20:45 (GMT) |
commit | 5f028fd744526148aace4c971f739c9876b6108a (patch) | |
tree | 2e6230e4659ded36fe5a82fc55bfcd0a55dd847d | |
parent | 76d2c2f71602c7797ad8fdb7b22cedc37f998476 (diff) | |
download | Doxygen-5f028fd744526148aace4c971f739c9876b6108a.zip Doxygen-5f028fd744526148aace4c971f739c9876b6108a.tar.gz Doxygen-5f028fd744526148aace4c971f739c9876b6108a.tar.bz2 |
Update .travis.yml
texlive ppa doesn't provide support for ubuntu trusty anymore, cause the build to fail.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0e60295..124e7b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: precise language: cpp compiler: - gcc |