From 362b677c7f1138029ee1ad603e3d2eedaee66fc7 Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Sun, 16 Sep 2018 20:24:54 +0200 Subject: Added rust 1.28.0 to the list of version to use in travis script --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42f515f..ef50768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ rust: - 1.25.0 - 1.26.2 - 1.27.2 +- 1.28.0 - stable - beta - nightly diff --git a/README.md b/README.md index 5fd42fc..d1f9157 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![License](http://img.shields.io/badge/license-BSD-lightgrey.svg) -[![Build Status](https://travis-ci.org/phsym/prettytable-rs.svg)](https://travis-ci.org/phsym/prettytable-rs) +[![Build Status](https://travis-ci.org/phsym/prettytable-rs.svg?branch=master)](https://travis-ci.org/phsym/prettytable-rs) [![Build status](https://ci.appveyor.com/api/projects/status/wdh9klb35fed6ik9?svg=true)](https://ci.appveyor.com/project/phsym/tabprint) [![codecov](https://codecov.io/gh/phsym/prettytable-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/phsym/prettytable-rs) [![Crates.io](https://img.shields.io/crates/v/prettytable-rs.svg)](https://crates.io/crates/prettytable-rs) -- cgit v1.2.3