Skip to content

Commit

Permalink
Remove old versions Xcode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Apr 29, 2020
1 parent 1974194 commit 5a5acd2
Showing 1 changed file with 0 additions and 70 deletions.
70 changes: 0 additions & 70 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,76 +22,6 @@ matrix:
env: ACTION='test:appletvsimulator'
- osx_image: xcode10
env: ACTION='test:macosx'

- osx_image: xcode9.4
env: ACTION=build
- osx_image: xcode9.4
env: ACTION='test:iphonesimulator'
- osx_image: xcode9.4
env: ACTION='test:appletvsimulator'
- osx_image: xcode9.4
env: ACTION='test:macosx'

- osx_image: xcode9
env: ACTION=build
- osx_image: xcode9
env: ACTION='test:iphonesimulator'
- osx_image: xcode9
env: ACTION='test:appletvsimulator'
- osx_image: xcode9
env: ACTION='test:macosx'

- osx_image: xcode8.3
env: ACTION=build
- osx_image: xcode8.3
env: ACTION='test:iphonesimulator'
- osx_image: xcode8.3
env: ACTION='test:appletvsimulator'
- osx_image: xcode8.3
env: ACTION='test:macosx'

- osx_image: xcode8
env: ACTION=build
- osx_image: xcode8
env: ACTION='test:iphonesimulator'
- osx_image: xcode8
env: ACTION='test:appletvsimulator'
- osx_image: xcode8
env: ACTION='test:macosx'

- osx_image: xcode7.3
env: ACTION=build
- osx_image: xcode7.3
env: ACTION='test:iphonesimulator'
- osx_image: xcode7.3
env: ACTION='test:appletvsimulator'
- osx_image: xcode7.3
env: ACTION='test:macosx'

- osx_image: xcode7.2
env: ACTION=build
- osx_image: xcode7.2
env: ACTION='test:iphonesimulator'
- osx_image: xcode7.2
env: ACTION='test:appletvsimulator'
- osx_image: xcode7.2
env: ACTION='test:macosx'

- osx_image: xcode7.1
env: ACTION=build
- osx_image: xcode7.1
env: ACTION='test:iphonesimulator'
- osx_image: xcode7.1
env: ACTION='test:appletvsimulator'
- osx_image: xcode7.1
env: ACTION='test:macosx'

- osx_image: xcode7
env: ACTION=build
- osx_image: xcode7
env: ACTION='test:iphonesimulator'
- osx_image: xcode7
env: ACTION='test:macosx'
env:
global:
- LANG=en_US.UTF-8
Expand Down

0 comments on commit 5a5acd2

Please sign in to comment.