Created
February 27, 2016 09:28
-
-
Save jimmycuadra/e54f9ae9d16de696582b to your computer and use it in GitHub Desktop.
Use nightly Rust for a specific target on Travis CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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