Skip to content

Commit

Permalink
travis: build on both minimum and current toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Jun 22, 2018
1 parent 6a9cd9f commit 084de54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
language: rust
rust:
- 1.26.0
- 1.26.0 # minimum supported toolchain
- stable
- beta
- nightly

matrix:
allow_failures:
- rust: nightly
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CoreOS Metadata
# coreos-metadata

[![Build Status](https://travis-ci.org/coreos/coreos-metadata.svg?branch=master)](https://travis-ci.org/coreos/coreos-metadata)
![minimum rust 1.26](https://img.shields.io/badge/rust-1.26%2B-orange.svg)

This is a small utility, typically used in conjunction with [Ignition][ignition], which reads metadata from a given cloud-provider and applies it to the system.
This can include adding SSH keys and writing cloud-specific attributes into an environment file (e.g. `/run/metadata/coreos`), which can then be consumed by systemd service units via `EnvironmentFile=`.
Expand Down

0 comments on commit 084de54

Please sign in to comment.