Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley <expenses@airmail.cc>2017-07-17 15:24:55 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-07-17 15:24:55 +0300
commitf21855c5e32ae4f6f6dd00a89fb80bf583009619 (patch)
tree9558fc5c2ea2cdc577694eadd0630f35437a992f
parent2ca0b130406025562613be6168f757c034b042c1 (diff)
Add osx build to .travis.yml (#72)
Add osx build to .travis.yml
-rw-r--r--.travis.yml17
1 files changed, 12 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index b3c9645..1c6e9c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,16 @@
language: rust
-rust:
- - 1.16.0
- - stable
- - beta
- - nightly
+matrix:
+ include:
+ - os: linux
+ rust: 1.16.0
+ - os: linux
+ rust: stable
+ - os: linux
+ rust: beta
+ - os: linux
+ rust: beta
+ - os: osx
+ rust: nightly
script:
- cargo build --verbose
- cargo test --verbose