mirror of https://github.com/MagicStack/uvloop.git
travis: Also test debug build
This commit is contained in:
parent
05bba8253a
commit
271136b13b
|
@ -14,6 +14,11 @@ install:
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- make
|
||||||
|
- make debug
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- rm -rf dist
|
- rm -rf dist
|
||||||
- make sdist
|
- make sdist
|
||||||
|
|
Loading…
Reference in New Issue