Skip to content

Commit

Permalink
skip cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-r-warren committed May 13, 2019
1 parent 2b72294 commit 1dbbcec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
script: pub run test
deploy:
- provider: script
skip_cleanup: true
script: tool/deploy.sh
on:
tags: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.6

- Skip cleanup

## 0.2.5

- Yet more Travis fixes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: best_effort_parser
description: Best-effort parsing for names with unknown formats (like unstructured user input)
version: 0.2.5
version: 0.2.6
homepage: https://github.com/jack-r-warren/best_effort_parser
author: Jack Warren <jack@jackwarren.info>

Expand Down

0 comments on commit 1dbbcec

Please sign in to comment.