Skip to content

Commit

Permalink
Merge pull request avr-rust#12 from avr-rust/travis-support
Browse files Browse the repository at this point in the history
Add travis support
  • Loading branch information
dylanmckay authored Nov 17, 2017
2 parents f69fdc0 + 68807cd commit 51dc353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: rust

rust:
- nightly

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# avrd

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

AVR device definitons in Rust.
Expand Down

0 comments on commit 51dc353

Please sign in to comment.