Skip to content

Commit

Permalink
[ci skip] Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Apr 7, 2019
1 parent 3729b5a commit c7b2bd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ stages:
- name: deploy
if: branch =~ ^\d+\.\d+\.\d+$

os: osx
osx_image: xcode10.2
language: swift
xcode_project: PromiseKit.xcodeproj
xcode_scheme: PromiseKit-Package
xcode_destination: 'platform=macOS'
Expand Down Expand Up @@ -85,6 +82,7 @@ jobs:
- name: Generate Documentation
git.depth: false
install: gem install jazzy
before_script: swift package generate-xcodeproj
script: |
set -exo pipefail
jazzy --config .github/jazzy.yml \
Expand Down

0 comments on commit c7b2bd1

Please sign in to comment.