Skip to content

Commit

Permalink
whoops messed up the rebase here
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Li committed Dec 19, 2019
1 parent bac7f7b commit 1c710a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ matrix:

# allowed to fail
- python: 2.7
name: '[Django 1.11] Snuba Integration'
env: DJANGO_VERSION=">=1.10,<1.11" TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092
name: '[Django 1.11] Snuba Integration with migrations'
env: DJANGO_VERSION=">=1.11,<1.12" TEST_SUITE=snuba USE_SNUBA=1 SENTRY_ZOOKEEPER_HOSTS=localhost:2181 SENTRY_KAFKA_HOSTS=localhost:9092 MIGRATIONS_TEST_MIGRATE=1
services:
- docker
- memcached
Expand Down Expand Up @@ -277,7 +277,7 @@ matrix:
- name: '[Django 1.11] Backend with migrations [Postgres] (1/2)'
- name: '[Django 1.11] Backend with migrations [Postgres] (2/2)'
- name: '[Django 1.11] Acceptance'
- name: '[Django 1.11] Snuba Integration'
- name: '[Django 1.11] Snuba Integration with migrations'

notifications:
webhooks:
Expand Down

0 comments on commit 1c710a5

Please sign in to comment.