Skip to content

Commit 505a06f

Browse files
committed
Fixes for deployment stage in CI
1 parent e4beab3 commit 505a06f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- swift test
1818
- swift build -c release # Check Release build just in case.
1919
- stage: deploy
20-
if: env(TRAVIS_TAG) IS present
20+
if: tag IS present
2121
language: objective-c
2222
osx_image: xcode9.2
2323
env:
@@ -33,6 +33,7 @@ jobs:
3333
- gem install jazzy
3434
before_deploy:
3535
- swift package generate-xcodeproj
36+
- swift build
3637
# Build Carthage archive.
3738
- carthage build --no-skip-current
3839
- carthage archive BitByteData

0 commit comments

Comments
 (0)