We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4621a commit bd43983Copy full SHA for bd43983
.travis.yml
@@ -12,7 +12,7 @@ env:
12
before_script:
13
- bin/setup
14
before_deploy:
15
-- bin/setup
+- carthage build --platform iOS --no-skip-current
16
- carthage archive $FRAMEWORK_NAME
17
deploy:
18
provider: releases
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
4
---
5
6
+## [0.0.5](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.0.5)
7
+
8
+* Fix travis `before_deploy` step.
9
10
## [0.0.4](https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.0.4)
11
* Add `CHANGELOG.md`.
0 commit comments