diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-07-27 19:15:30 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-03 18:00:34 +0200 |
commit | f30b051ca33e902aea52fba19659806e1fcc6b8a (patch) | |
tree | 73a3188b2c6ed297f53590a4166470de9b94cca7 | |
parent | d58d73c501ea3b4c54f443d5660d7e1a3794d5fb (diff) | |
download | sshfs-f30b051ca33e902aea52fba19659806e1fcc6b8a.tar sshfs-f30b051ca33e902aea52fba19659806e1fcc6b8a.tar.gz sshfs-f30b051ca33e902aea52fba19659806e1fcc6b8a.tar.bz2 sshfs-f30b051ca33e902aea52fba19659806e1fcc6b8a.zip |
Travis: disable trusty workaround
According to Travis support, this should be working now. We will see...
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e5b0f76..799cf33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ sudo: required dist: trusty -group: deprecated-2017Q2 language: - c |