Skip to content

Commit fdca5fd

Browse files
committed
Add travis support
1 parent 89ce25d commit fdca5fd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: rust
2+
3+
rust:
4+
- nightly
5+

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# avr-mcu
22

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

67
Pragmatic access to AVR chip information.

0 commit comments

Comments
 (0)