Browse Source

Travis CI: Try "dist: trusty" + "sudo: required"

This is the only combination not yet tested, see
https://github.com/travis-ci/travis-ci/issues/8361#issuecomment-327817604

Test it, although it does not look very promising.
bel2125 7 years ago
parent
commit
23c8e77a79
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -13,8 +13,8 @@
 dist: trusty
 dist: trusty
 
 
 
 
-sudo: false      # dist=precise + sudo=false may be discontinued
-#sudo: required   # sudo is not required, keep the default
+#sudo: false      # dist=precise + sudo=false may be discontinued
+sudo: required   # sudo is not required, keep the default
 
 
 
 
 ##############################################################################
 ##############################################################################