Skip to content

Commit

Permalink
Try && not AND
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkins committed Apr 25, 2019
1 parent ca4362d commit 2d8ac55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: "$TRAVIS_RUST_VERSION = stable AND $TRAVIS_OS_NAME = linux"
condition: "$TRAVIS_RUST_VERSION = stable && $TRAVIS_OS_NAME = linux"
branch: master
token:
secure: Dg+pn916bFB1b6Yk9QrnB8DnjBKc9fD7g0cGATWTGu5FwCYpkMrlLaW5F+JSK20Wb89tSkCO61+/b6OrT5gsp5K+ubd6TnHg/IyeXM6b01hb7jWg52FwJEaJdQBYmr6Q9ePzd/7nBg13nYsymzlTPEY6ZnCj2fTJMiplvzsx6S5P3Gbd5lM1rfJNWLdnCeAIJ9z9me0F4XKg4vvrb1eHtLfhufJ3p9RjsgIcvl/XN6ENkYKsJX8vzo1A/RIIcQRubGpPLcdan8T75xFJ13PtBkHoxwHN2r8HmlBlSDJBgmZch6fKIC5PG00LYGNMeKrhNZuGfN5OGly6htqKmYKLNFdQTGz0HpGrY/oNw3Eg7BiJiuplPOj1QDnkrVPwCxLcfb/fKYv+tHAnnX3aGPksdlP8lzjOXgP+AILWMUxL3W/frKKXAPt5KLikd6N8VUcgroUTR7GTU5fMAYt6dqLJugY/Z6U9YMitgj2T0wE6bVU7jbWehobYEZ7pMp2k6+dZZJ7KBNUyEyeNhb+zwwPCXbYOGLRCUPUrXjYH6e74WlxILO/yMMPkw7CHDvVcTB0nVu6MBu0DLJQovm1zVEtsYt3dWB1/FX14U5K8hs7DUehClv+zyEeUN7o1e2AivrI9eTLkvl5zgXt9HpppL4XfQgX+D7YkBwNQtJAD2clu54Q=
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,7 +1,7 @@
[package]
name = "watchdog"
description = "Watch filesystem for changes and then run a command"
version = "0.2.4"
version = "0.2.5"
authors = ["Josh Hawkins <hawkins@users.noreply.github.com>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit 2d8ac55

Please sign in to comment.