diff options
author | 2016-11-07 22:44:32 -0500 | |
---|---|---|
committer | 2016-11-07 22:44:32 -0500 | |
commit | 9d97ed3e739dba4c9bff0a4733035a355a91b896 (patch) | |
tree | f183de624f70c16b48997e687e873331b47af0bf | |
parent | 5d411227063182b35a602541679d669edc3cf5b3 (diff) | |
download | cortex-m-9d97ed3e739dba4c9bff0a4733035a355a91b896.tar.gz cortex-m-9d97ed3e739dba4c9bff0a4733035a355a91b896.tar.zst cortex-m-9d97ed3e739dba4c9bff0a4733035a355a91b896.zip |
.travis: remove the webhook
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | README.md | 1 |
3 files changed, 1 insertions, 2 deletions
@@ -1,3 +1,4 @@ +*.org *.rs.bk Cargo.lock target diff --git a/.travis.yml b/.travis.yml index b05f8d0..3337d3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,3 @@ branches: notifications: email: on_success: never - webhooks: https://homu.herokuapp.com/travis @@ -1,4 +1,3 @@ -[](https://travis-ci.org/japaric/cortex-m) [](https://crates.io/crates/cortex-m) [](https://crates.io/crates/cortex-m) |