aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2018-06-28 00:35:35 -0500
committerGitHub <noreply@github.com>2018-06-28 00:35:35 -0500
commit563978d0dc426d702d747d1afa06aee885e197e3 (patch)
treef826337a28991f060141f0166e34cabcc7f12045
parentREADME: expand usage instructions (diff)
parentci: simplify Travis config (diff)
downloadcargo-ebuild-563978d0dc426d702d747d1afa06aee885e197e3.tar.gz
cargo-ebuild-563978d0dc426d702d747d1afa06aee885e197e3.tar.bz2
cargo-ebuild-563978d0dc426d702d747d1afa06aee885e197e3.zip
Merge pull request #13 from cardoe/travis-updates
update Travis CI settings
-rw-r--r--.travis.yml31
-rw-r--r--README.md2
2 files changed, 3 insertions, 30 deletions
diff --git a/.travis.yml b/.travis.yml
index af1c309..2f24263 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,35 +5,8 @@ rust:
- nightly
- beta
- stable
-- 1.17.0 # minimum supported version (due to unicode-bidi breakage)
+- 1.26.0 # minimum supported version (based on features)
+cache: cargo
matrix:
allow_failures:
- rust: nightly
-before_script:
-- |
- pip install 'travis-cargo<0.2' --user &&
- export PATH=$HOME/.local/bin:$PATH
-script:
-- |
- travis-cargo build &&
- travis-cargo test &&
- travis-cargo bench &&
- travis-cargo --only stable doc
-addons:
- apt:
- sources:
- - kalakris-cmake
- packages:
- - cmake
- - libcurl4-openssl-dev
- - libelf-dev
- - libdw-dev
-after_success:
-- travis-cargo --only stable doc-upload
-notifications:
- email:
- on_success: never
-env:
- global:
- - TRAVIS_CARGO_NIGHTLY_FEATURE=""
- - secure: Zk4S6b4o3VihaRi8ir0cc4gLrfxTw2ubFRfgvApzOC8jJcqBaZoz3bfOkVsEsA6bp4esf+XUrHxZ+ChMovQrHVtF/Uu1nFnlXEB3MuLpX1ABNxJoRz/8mb3EzDXC8UmrMb96Gqv4aEsVs8y+UVeNySkngnRjFBvPEpFYXgiFdOfJyntYU71MQd/dsNj4dEtJZFxmOw5BYE3SM1yb+EbhdGPcIMH1RlukL1Fyj8SvkfoJRNPLUjDffPSIZ+OgcH45FlghKsV68NknYvxNxa9QhCyGjVgj1S31E31BWQ3NimdDbGMHaAghon2eRh08iusVLqjun5fYGHdB3TYLjOSEQL5T8AlJkg6q6wH7MNXzZUvtCSQ0IlwsYUm1T5tJiHqaqPbfTC/wVRaafgryoGSnaGvfpOWW0CvjeA6pCqyAuFi5vimGPu8bLkIgRvDTew4I+T8izv5qzKhrhq9iv9v3JcAa5MB3ZeYk+mngftMIzDtASc+BCesvkKbiE/Rd51YlJrOl4KwvBYJTd8Pzs1NjH5x5sYWIq0o4RAAA7KoBtaFJg62aBJzs5uiv5rX1gpWIHo28RJhWkZ+8eeuqyPi3ocObeFukrHjCz/RQwhcZ8EGcQMubi8i+dF8ujOqTW7GBDk4Cmg0WAaU3MMey8tX9CWpHzrrVru08HCNrSqKQvZ8=
diff --git a/README.md b/README.md
index 892ee0b..a410ea7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# cargo-ebuild
[![Build Status](https://travis-ci.org/cardoe/cargo-ebuild.svg?branch=master)](https://travis-ci.org/cardoe/cargo-ebuild)
-[![Rust version]( https://img.shields.io/badge/rust-1.17+-blue.svg)]()
+[![Rust version]( https://img.shields.io/badge/rust-1.26-blue.svg)]()
[![Latest Version](https://img.shields.io/crates/v/cargo-ebuild.svg)](https://crates.io/crates/cargo-ebuild)
[![All downloads](https://img.shields.io/crates/d/cargo-ebuild.svg)](https://crates.io/crates/cargo-ebuild)
[![Downloads of latest version](https://img.shields.io/crates/dv/cargo-ebuild.svg)](https://crates.io/crates/cargo-ebuild)