mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-26 11:33:44 +03:00
Fixed travis tests
This commit is contained in:
parent
4e23c3ccf6
commit
b18b72833d
|
@ -42,6 +42,9 @@ after_success:
|
||||||
if [ "$TEST_TYPE" = build ]; then
|
if [ "$TEST_TYPE" = build ]; then
|
||||||
coveralls
|
coveralls
|
||||||
fi
|
fi
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- TEST_TYPE=build
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user