Skip to content

Commit

Permalink
build,travis: enable strerror override option in build
Browse files Browse the repository at this point in the history
To get consistent output between Linux & OS X.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
  • Loading branch information
commodo committed Jul 13, 2017
1 parent fb72160 commit bc2e304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ install:
- sh autogen.sh

before_script:
- ./configure
- ./configure --enable-strerror-override

script:
- make
Expand Down

0 comments on commit bc2e304

Please sign in to comment.