Browse Source

build,travis: enable strerror override option in build

To get consistent output between Linux & OS X.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
tags/json-c-0.13-20171207
Alexandru Ardelean 8 years ago
parent
commit
bc2e30453b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -22,7 +22,7 @@ install:
- sh autogen.sh
before_script:
- ./configure
- ./configure --enable-strerror-override
script:
- make


Loading…
Cancel
Save