travis: Also test debug build

This commit is contained in:
Yury Selivanov 2016-07-12 15:00:23 -04:00
parent 05bba8253a
commit 271136b13b
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ install:
script:
- make test
matrix:
include:
- make
- make debug
before_deploy:
- rm -rf dist
- make sdist