Skip to content

Commit 271136b

Browse files
committed
travis: Also test debug build
1 parent 05bba82 commit 271136b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ install:
1414
script:
1515
- make test
1616

17+
matrix:
18+
include:
19+
- make
20+
- make debug
21+
1722
before_deploy:
1823
- rm -rf dist
1924
- make sdist

0 commit comments

Comments
 (0)