Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 47bf3b1

Browse files
committed
Use HYPER_FAST_PARSE in release tests as well.
1 parent 97faca7 commit 47bf3b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ python:
77
- pypy
88

99
env:
10-
- TEST_RELEASE=false
11-
- TEST_RELEASE=true
10+
- TEST_RELEASE=false HYPER_FAST_PARSE=false
11+
- TEST_RELEASE=false HYPER_FAST_PARSE=true
12+
- TEST_RELEASE=true HYPER_FAST_PARSE=false
13+
- TEST_RELEASE=true HYPER_FAST_PARSE=true
1214
- NGHTTP2=true
13-
- HYPER_FAST_PARSE=true
1415

1516
matrix:
1617
allow_failures:

0 commit comments

Comments
 (0)