Skip to content

Commit 51dc353

Browse files
authored
Merge pull request #12 from avr-rust/travis-support
Add travis support
2 parents f69fdc0 + 68807cd commit 51dc353

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: rust
2+
3+
rust:
4+
- nightly
5+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# avrd
22

33
[![Crates.io](https://img.shields.io/crates/v/avrd.svg)](https://crates.io/crates/avrd)
4+
[![Build Status](https://travis-ci.org/avr-rust/avrd.svg?branch=master)](https://travis-ci.org/avr-rust/avrd)
45
[![license](https://img.shields.io/github/license/avr-rust/avrd.svg)]()
56

67
AVR device definitons in Rust.

0 commit comments

Comments
 (0)