Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Feb 2, 2018
1 parent 6d4c2c6 commit 2b373cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Justfile
@@ -1,3 +1,9 @@
ci:
tomlcheck --file Cargo.toml
yamllint appveyor.yml
yamllint .travis.yml
cargo check

manpages:
pandoc man/MANPAGE.md -s -t man -o man/tin-summer.1

Expand Down
6 changes: 2 additions & 4 deletions appveyor.yml
@@ -1,6 +1,4 @@
# Based on the "trust" template v0.1.1
# https://github.com/japaric/trust/tree/v0.1.1

---
environment:
global:
RUST_VERSION: nightly
Expand Down Expand Up @@ -47,7 +45,7 @@ before_deploy:
deploy:
artifact: /.*\.zip/
auth_token:
secure: GmKAQNxSIcdI6rigCu6DZmYt6tSNR62cQdcogvhItCE5ONoG69Uhdm5s6g5ROOsA
secure: GmKAQNxSIcdI6rigCu6DZmYt6tSNR62cQdcogvhItCE5ONoG69Uhdm5s6g5ROOsA
description: ''
on:
RUST_VERSION: nightly
Expand Down

0 comments on commit 2b373cb

Please sign in to comment.