Skip to content

Commit b456335

Browse files
author
Jorge Aparicio
committed
.travis: remove webhooks
1 parent 5286700 commit b456335

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*.org
12
*.rs.bk
23
*.svd
34
target

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ branches:
6363
notifications:
6464
email:
6565
on_success: never
66-
webhooks: https://homu.herokuapp.com/travis

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build status](https://ci.appveyor.com/api/projects/status/53qwpljindxmhvd3?svg=true)](https://ci.appveyor.com/project/japaric/svd2rust)
2-
[![Build status](https://travis-ci.org/japaric/svd2rust.svg?branch=master)](https://travis-ci.org/japaric/svd2rust)
31
[![crates.io](https://img.shields.io/crates/d/svd2rust.svg)](https://crates.io/crates/svd2rust)
42
[![crates.io](https://img.shields.io/crates/v/svd2rust.svg)](https://crates.io/crates/svd2rust)
53

@@ -160,7 +158,7 @@ impl Cr2R {
160158

161159
/// Bits 1:7 - Slave address bit 7:1 (master mode)
162160
pub fn sadd1(&self) -> u8 { .. }
163-
161+
164162
(..)
165163
}
166164
```

0 commit comments

Comments
 (0)