Skip to content

Commit 0505d80

Browse files
committed
travis: Another attempt at making travis to run debug build tests
1 parent 8a58134 commit 0505d80

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ python:
99
install:
1010
- "pip install cython"
1111
- "pip install aiohttp"
12-
- make
1312

1413
script:
15-
- make test
16-
17-
matrix:
18-
include:
19-
- make
20-
- make debug
14+
- make && make test
15+
- make debug && make test
2116

2217
before_deploy:
2318
- rm -rf dist

0 commit comments

Comments
 (0)