travis: Force unsigned char on one build

This commit is contained in:
James McCoy 2018-04-19 20:19:32 -04:00
parent 8cecb22481
commit b26d1f306d
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -6,7 +6,7 @@ matrix:
group: beta group: beta
sudo: false sudo: false
env: env:
- CC=gcc SANITIZE_ARG=--sanitize - CC=gcc CFLAGS=-funsigned-char SANITIZE_ARG=--sanitize
language: python language: python
python: "3.5" python: "3.5"
addons: addons: