Skip to content

Commit

Permalink
add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed May 30, 2018
1 parent 35310e2 commit 10a79f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- "python setup.py install"
script:
- dynaconf init -v FOO=running_on_travis -y
- dynaconf write toml -v OTHERVALUE=Hello_Travis
- dynaconf write toml -v OTHERVALUE=Hello_Travis -y
- dynaconf list | grep -c running_on_travis
- dynaconf list | grep -c Hello_Travis
- dynaconf --version
Expand Down

0 comments on commit 10a79f8

Please sign in to comment.