Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Reduce number of travis jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 6, 2019
1 parent 97f4561 commit 1576cc3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ matrix:
env: DESTINATION="OS=12.0,name=iPhone X" RUN_TESTS="YES" SWIFT_VERSION="5.0"
- osx_image: xcode10.2
env: DESTINATION="OS=11.4,name=iPhone X" RUN_TESTS="YES" SWIFT_VERSION="5.0"
- osx_image: xcode10.2
env: DESTINATION="OS=11.1,name=iPhone X" RUN_TESTS="YES" SWIFT_VERSION="5.0"
- osx_image: xcode10.2
env: DESTINATION="OS=11.0.1,name=iPhone X" RUN_TESTS="YES" SWIFT_VERSION="5.0"
- osx_image: xcode10.2
env: DESTINATION="OS=10.3.1,name=iPhone SE" RUN_TESTS="YES" SWIFT_VERSION="5.0"
- osx_image: xcode10.2
env: DESTINATION="OS=10.2,name=iPhone SE" RUN_TESTS="YES" SWIFT_VERSION="5.0"
- osx_image: xcode10.2
env: DESTINATION="OS=10.1,name=iPhone SE" RUN_TESTS="YES" SWIFT_VERSION="5.0"
- osx_image: xcode10.2
env: DESTINATION="OS=9.3,name=iPhone 5" RUN_TESTS="YES" SWIFT_VERSION="5.0"

Expand All @@ -37,8 +31,6 @@ matrix:
env: DESTINATION="OS=11.4,name=iPhone X" RUN_TESTS="YES" SWIFT_VERSION="4.2"
- osx_image: xcode10.2
env: DESTINATION="OS=10.3.1,name=iPhone SE" RUN_TESTS="YES" SWIFT_VERSION="4.2"
- osx_image: xcode10.2
env: DESTINATION="OS=9.3,name=iPhone 5" RUN_TESTS="YES" SWIFT_VERSION="4.2"

- osx_image: xcode10.1
env: DESTINATION="OS=11.4,name=iPhone X" RUN_TESTS="YES" SWIFT_VERSION="4.2"
Expand Down

0 comments on commit 1576cc3

Please sign in to comment.