Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2016-12-01 10:45:29 +0300
committerJarryd Beck <jarro.2783@gmail.com>2016-12-01 10:45:29 +0300
commit68fba8aecab4b2ff845c842eb1f020b8b94414ca (patch)
treeda6a1f2b69a34b3d246dc94ed2a976d80c5bf9ef /.travis.yml
parent85c74eb923c923f41da643708903e1ba96c2abfe (diff)
try build again
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 46d582a..51309fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,9 @@ os:
- osx
env:
-
- - > UNICODE_OPTIONS=-DCXXOPTS_USE_UNICODE_HELP=Yes
- PKG_CONFIG_PATH=/usr/local/opt/icu4c/lib/pkgconfig
+ - >
+ UNICODE_OPTIONS=-DCXXOPTS_USE_UNICODE_HELP=Yes
+ PKG_CONFIG_PATH=/usr/local/opt/icu4c/lib/pkgconfig
matrix:
include:
- os: linux