.travis.yml: Use /nonexistent instead of /tmp/nowhere.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2019-01-14 17:54:36 -08:00 committed by Tim Abbott
parent 6678a95b20
commit d3dff61016
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ cache:
- $HOME/misc
env:
global:
- BOTO_CONFIG=/tmp/nowhere
- BOTO_CONFIG=/nonexistent
language: python
# Our test suites generally run on Python 3.4, the version in
# Ubuntu 14.04 trusty, which is the oldest OS release we support.