Add Rust 1.5 to .travis.yml

This is the first Rust version supported by tldr-rs.
This commit is contained in:
Danilo Bargen 2016-01-22 08:33:20 +01:00
commit 423fc4a21c

View file

@ -1,6 +1,7 @@
language: rust
sudo: false
rust:
- 1.5.0
- stable
- beta
- nightly