Skip to content

Commit

Permalink
Use version: ~> 1.0, remove conditions: v1 (#4162)
Browse files Browse the repository at this point in the history
The version requirement `= 0` advertised in early development stages was an unfortunate choice, as this is going to be the opt-out once the new build config validation feature will be rolled out further. Please use `~> 1.0` instead.

The conditions version `v1` is now the default, so this key can be removed.
  • Loading branch information
svenfuchs authored and asvetlov committed Oct 9, 2019
1 parent 90f708f commit f104e75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
conditions: v1
version: "= 0"
version: ~> 1.0
if: > # Forbid running non-PR pushes from pyup bot
not (type != pull_request AND branch =~ ^pyup\-scheduled\-update\-)
Expand Down

0 comments on commit f104e75

Please sign in to comment.