Skip to content

Commit 7a34ffe

Browse files
committed
fix: Do not duplicate entire test matrix
1 parent 0623826 commit 7a34ffe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ python:
88
- "3.6"
99

1010
env:
11-
- SENTRY_PYTHON_TEST_POSTGRES_USER=postgres
12-
- SENTRY_PYTHON_TEST_POSTGRES_NAME=travis_ci_test
11+
- SENTRY_PYTHON_TEST_POSTGRES_USER=postgres SENTRY_PYTHON_TEST_POSTGRES_NAME=travis_ci_test
1312

1413
cache:
1514
pip: true

0 commit comments

Comments
 (0)