Skip to content

Commit

Permalink
Really do need skip_cleanup:true (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Jan 18, 2019
1 parent 51bef76 commit ff8e48c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ deploy:
secure: ILTVHAI3bCq+95KRVTMmkTPmmQk19E9oFiah1tkisvdmr64bz+jfX3C9quqVsnDFASF7q5A4YgSfvpJGD0XqhZbwl3E88atHP2pqnoMG4/xKKTFD2p9n8+wqbBrCP1xaAUnDncp3eci/xLJ886hTf0vuMtLTYsM45Bero+W/aku3GRQZ+dgFW88XlZAqOyk0IGelt4LUmMOCVdWkNzqPUmY0No2rOsttAHHsbWdhVqFQhL3b6Tb69ouwKH3MSrWokidoMSIDgbRZbVYBW6gE/Pm5IFRM5rH39UunsNp5nyJRIaeto74vy23i57llr+aus6hdal1mKSa8ezVlDYOMer3Ersi6kx3ywz+5v5QMLe61/mVyVvPC3WHBPjqvzT25MA0yDrytU0Mfj/pE6Dx292KkwMXGHRsCc8UsRP6CgXZAxfZqoQXOJYf/AWWdvFSI3zc8ZO6/+rW9IiQ6zKipG+7ehFs/5uS2P18RkwsBmr6TjAVlkyiDWm628VuLPL/n5drfPjEbyveA8RhMuQKwolQ7t+hTLClNuOn8mey13tUOkoKHsrXiq/bVF8ofqt3unaRBkG9EoI6688SPDytykpPaNKJ51Dg28x4E0z6iVsrASVGAPIIeqlAk4cgbJstJztB3pqe6OG+p7onGvmMyLdMuHvlE0bJn4XKnZ3K032I=
file_glob: true
file: target/yj.*
skip_cleanup: true
on:
repo: bruceadams/yj
rust: stable
tags: true
- provider: script
script: "./docker-push.sh"
skip_cleanup: true
on:
repo: bruceadams/yj
condition: $TRAVIS_OS_NAME == linux
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yj"
version = "0.7.12"
version = "0.7.13"
authors = ["Bruce Adams <[email protected]>"]

categories = ["command-line-utilities"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Simple command line tool to convert a YAML input file into a JSON output file.

```bash
$ yj --help
yj 0.7.12
yj 0.7.13
Bruce Adams <[email protected]>
Read YAML, write JSON

Expand Down

0 comments on commit ff8e48c

Please sign in to comment.