Skip to content

Instantly share code, notes, and snippets.

@jimmycuadra
Created February 27, 2016 09:28
Show Gist options
  • Select an option

  • Save jimmycuadra/e54f9ae9d16de696582b to your computer and use it in GitHub Desktop.

Select an option

Save jimmycuadra/e54f9ae9d16de696582b to your computer and use it in GitHub Desktop.
Use nightly Rust for a specific target on Travis CI
matrix:
include:
- rust: nightly
script: cargo build --target foo-bar-baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment