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:
|
||||
- make test
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- make
|
||||
- make debug
|
||||
|
||||
before_deploy:
|
||||
- rm -rf dist
|
||||
- make sdist
|
||||
|
|
Loading…
Reference in New Issue