Skip to content

Commit

Permalink
Update build setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kawoou committed Oct 18, 2018
1 parent f81d225 commit a0f6f1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1
4.2
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode9.3
osx_image: xcode10
language: objective-c
sudo: required
branches:
Expand All @@ -15,10 +15,10 @@ env:
- SCHEME="AnyDate-Package"
- FRAMEWORK="AnyDate"
matrix:
- TEST=1 DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=11.3"
- TEST=1 DESTINATION="platform=iOS Simulator,name=iPhone 8,OS=12.0"
- TEST=1 DESTINATION="arch=x86_64"
- TEST=1 DESTINATION="OS=11.3,name=Apple TV"
- TEST=0 DESTINATION="OS=4.3,name=Apple Watch - 38mm"
- TEST=1 DESTINATION="OS=12.0,name=Apple TV"
- TEST=0 DESTINATION="OS=5.0,name=Apple Watch Series 4 - 40mm"

install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
Expand Down

0 comments on commit a0f6f1c

Please sign in to comment.