summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-09-16 20:24:54 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-09-16 20:24:54 +0200
commit362b677c7f1138029ee1ad603e3d2eedaee66fc7 (patch)
tree555b86598270e2f7eba0e5c38139f39e8d20ce78
parent550ab354ad9d5c4a2e21ad0b0717ba1ae2ebcfba (diff)
Added rust 1.28.0 to the list of version to use in travis script
-rw-r--r--.travis.yml1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
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)