Skip to content

Commit

Permalink
add dry run for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0 committed Jul 26, 2020
1 parent 68ccfca commit 084cc36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
script:
- pub global activate dart_coveralls
- dart_coveralls report --debug --exclude-test-files --token=$COVERALLS_REPO_TOKEN test/all_test.dart
- stage: publish
script:
- pub publish --dry-run

stages:
- analyze
- unit_test
- coverage
- publish

sudo: required
cache:
Expand Down

0 comments on commit 084cc36

Please sign in to comment.