commit: | e96ce7e4c0cb7b1c18e653f4b24f817a07479a7b |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Sun May 14 02:05:08 2017 +0200 |
parents: | bb32e0da9b130ae884550474ca1dd6096fc82b80 |
diff --git a/.travis.yml b/.travis.yml line changes: +6/-0 index 8c91a74..85b8f02 --- a/.travis.yml +++ b/.travis.yml
@@ -3,6 +3,12 @@ rust: - stable - beta - nightly +os: + - osx + - windows matrix: allow_failures: - rust: nightly +install: +- curl https://static.rust-lang.org/rustup.sh | + sh -s -- --prefix=$HOME/rust