Browse Source

travis: osx and linux

Mokhtar Naamani 5 years ago
parent
commit
919dd988ad
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -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