Skip to content

Commit

Permalink
Update Travis-CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Nov 18, 2017
1 parent 62a2939 commit 906f3f7
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,17 @@ before_install:

matrix:
include:
- osx_image: xcode7.3
env: RAKETASK="ios[iOS StaticLib,latest,build test,-DOHHTTPSTUBS_SKIP_TIMING_TESTS=1]"
- osx_image: xcode7.3
env: RAKETASK="ios[iOS Framework,latest,build test,-DOHHTTPSTUBS_SKIP_TIMING_TESTS=1]"
- osx_image: xcode7.3
env: RAKETASK="osx[Mac Framework,x86_64,build test,-DOHHTTPSTUBS_SKIP_TIMING_TESTS=1]"
- osx_image: xcode7.3
env: RAKETASK="tvos[tvOS Framework,latest,build test,-DOHHTTPSTUBS_SKIP_TIMING_TESTS=1]"
- osx_image: xcode8
- osx_image: xcode8.3
env: RAKETASK="ios[iOS Framework,latest,build test,-DOHHTTPSTUBS_SKIP_TIMING_TESTS=1]"
- osx_image: xcode8.3
env: RAKETASK="osx[Mac Framework,x86_64,build test,-DOHHTTPSTUBS_SKIP_TIMING_TESTS=1]"
- osx_image: xcode9.1
env: RAKETASK="ios[iOS StaticLib,latest,build-for-testing test-without-building,-DOHHTTPSTUBS_SKIP_TIMING_TESTS=1]"
- osx_image: xcode8.3
- osx_image: xcode9.1
env: RAKETASK="ios[iOS Framework,latest,build-for-testing test-without-building]"
- osx_image: xcode8.3
- osx_image: xcode9.1
env: RAKETASK="osx[Mac Framework,x86_64,build-for-testing test-without-building,-DOHHTTPSTUBS_SKIP_TIMING_TESTS=1]"
- osx_image: xcode8.3
- osx_image: xcode9.1
env: RAKETASK="tvos[tvOS Framework,latest,build-for-testing test-without-building,-DOHHTTPSTUBS_SKIP_TIMING_TESTS=1]"

script:
Expand Down

0 comments on commit 906f3f7

Please sign in to comment.