@@ -3,6 +3,10 @@ language: rust
rust:
- 1.41.1
+os:
+ - linux
+ - osx
+
before_script:
- rustup component add rustfmt --toolchain 1.41.1-x86_64-unknown-linux-gnu
- rustup update nightly