Skip to content

Commit 16132f5

Browse files
committed
travis-ci - allow nightly python builds to fail, and change redis-server to redis
1 parent fd92bfe commit 16132f5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dist: bionic
22
services:
3-
- redis-server
3+
- redis
44
- memcached
55
language: python
66
cache: pip
@@ -9,6 +9,11 @@ python:
99
- "3.7"
1010
- "3.8"
1111
- "nightly"
12+
jobs:
13+
allow_failures:
14+
# Sometimes nightly builds are broken, or contain breaking changes that affect dependencies we have
15+
# no control over. Thus we don't want a failed nightly run to cause Travis to consider the build broken.
16+
- python: 'nightly'
1217
before_install:
1318
- sudo apt-get update -qy
1419
- sudo apt-get install -qy iputils-ping

0 commit comments

Comments
 (0)