Skip to content

Commit bd43983

Browse files
committed
Fix travis before_deploy step
1 parent 1a4621a commit bd43983

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
before_script:
1313
- bin/setup
1414
before_deploy:
15-
- bin/setup
15+
- carthage build --platform iOS --no-skip-current
1616
- carthage archive $FRAMEWORK_NAME
1717
deploy:
1818
provider: releases

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
---
55

6+
## [0.0.5](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.0.5)
7+
8+
* Fix travis `before_deploy` step.
9+
610
## [0.0.4](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.0.4)
711

812
* Add `CHANGELOG.md`.

0 commit comments

Comments
 (0)