mirror of https://github.com/zulip/zulip.git
.travis.yml: Use /nonexistent instead of /tmp/nowhere.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
6678a95b20
commit
d3dff61016
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue