Showing
1 changed file
with
1 additions
and
0 deletions
@@ -7,6 +7,7 @@ before_install: | @@ -7,6 +7,7 @@ before_install: | ||
7 | - brew install xctool | 7 | - brew install xctool |
8 | - gem install cocoapods | 8 | - gem install cocoapods |
9 | - sudo easy_install cpp-coveralls | 9 | - sudo easy_install cpp-coveralls |
10 | + - export LANG=en_US.UTF-8 | ||
10 | 11 | ||
11 | script: | 12 | script: |
12 | - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS Tests' -configuration Debug -sdk iphonesimulator7.0 clean build test ARCHS=i386 VALID_ARCHS=i386 ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | 13 | - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS Tests' -configuration Debug -sdk iphonesimulator7.0 clean build test ARCHS=i386 VALID_ARCHS=i386 ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES |
-
Please register or login to post a comment