Skip to content

Commit

Permalink
Fixed Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Nov 4, 2020
1 parent 68dd9b0 commit bc99b17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ os:
- linux
- osx
osx_image: xcode12.2
env: SCHEME=
before_script:
- export LANG=en_US.UTF-8
- export SWIFT_VERSION=5.0
script:
- ./.travis/build.sh
matrix:
jobs:
include:
- os: osx
env: SCHEME=Polyline ACTION=test DESTINATION='platform=iOS Simulator,name=iPhone 11,OS=14.2' ONLY_ACTIVE_ARCH=NO
Expand All @@ -20,3 +21,4 @@ matrix:
env: SCHEME=PolylineWatch ACTION=build DESTINATION='platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm,OS=7.1'
exclude:
- os: osx
env: SCHEME=

0 comments on commit bc99b17

Please sign in to comment.