Authored by Jonas Budelmann

Update .travis.yml

@@ -6,7 +6,7 @@ before_install: @@ -6,7 +6,7 @@ before_install:
6 - export LANG=en_US.UTF-8 6 - export LANG=en_US.UTF-8
7 7
8 script: 8 script:
9 - - 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 9 + - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS Tests' -configuration Debug -sdk iphonesimulator8.1 clean build test ARCHS=i386 VALID_ARCHS=i386 ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
10 10
11 after_success: 11 after_success:
12 - ./script/coveralls.sh 12 - ./script/coveralls.sh