build,travis: enable strerror override option in build

To get consistent output between Linux & OS X.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2017-07-13 10:27:33 +03:00
parent fb72160caf
commit bc2e30453b
+1 -1
View File
@@ -22,7 +22,7 @@ install:
- sh autogen.sh - sh autogen.sh
before_script: before_script:
- ./configure - ./configure --enable-strerror-override
script: script:
- make - make