Skip to content

Commit

Permalink
Drop iOS 8 test target, add iOS 10 and 11 (close #344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam committed Mar 13, 2018
1 parent 2ae91e4 commit 68a1bea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,9 @@ osx_image: xcode9.1

env:
matrix:
- TEST_PLATFORM="platform=iOS Simulator,OS=8.1,name=iPhone 5s"
- TEST_PLATFORM="platform=iOS Simulator,OS=9.0,name=iPhone 6"
- TEST_PLATFORM="platform=iOS Simulator,OS=9.3,name=iPhone 6s"
- TEST_PLATFORM="platform=iOS Simulator,OS=10.3.1,name=iPhone 7"
- TEST_PLATFORM="platform=iOS Simulator,OS=11.1,name=iPhone 8"

rvm:
- 2.2.2
Expand Down

0 comments on commit 68a1bea

Please sign in to comment.