Skip to content

Commit

Permalink
make the deployment script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-r-warren committed May 13, 2019
1 parent 1244146 commit 42336bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
after_success: coveralls-lcov --repo-token $COVERALLS_TOKEN coverage/lcov.info
- stage: deploy
name: "deploy to pub"
before_script: pub get
before_script: pub get && chmod +x tool/deploy.sh
script: tool/deploy.sh
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.8

- Make the deployment script executable

## 0.2.7

- Manual Travis deployment because "deploy:" doesn't appear to work
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.7
version: 0.2.8
homepage: https://github.com/jack-r-warren/best_effort_parser
author: Jack Warren <jack@jackwarren.info>

Expand Down

0 comments on commit 42336bb

Please sign in to comment.