Skip to content

Commit 02a3ead

Browse files
committed
Another attempt to fix deployment errors
1 parent c0e2a83 commit 02a3ead

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ matrix:
44
osx_image: xcode9.2
55
before_deploy:
66
- brew update
7-
- brew install sourcekitten
7+
# Update Carthage.
88
# `brew outdated` is necessary to prevent build error when there is no updates for Carthage.
99
- brew outdated carthage || brew upgrade carthage
10-
# Update jazzy.
11-
- gem update
12-
- gem cleanup
10+
# Install SourceKitten and Jazzy.
11+
- brew install sourcekitten
12+
- gem install jazzy
1313
# Generate documentation.
1414
- sourcekitten doc --spm-module BitByteData > docs.json
15-
- jazzy
15+
- jazzy
1616
# Build Carthage package.
1717
- swift package generate-xcodeproj
1818
- carthage build --no-skip-current

0 commit comments

Comments
 (0)