aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2018-10-11 22:31:28 +0100
committerEdward Barnard2018-10-11 22:31:28 +0100
commit8925442664fe8aec2e9986d772e88cdad071e533 (patch)
tree04ee234abef203f0dfefca8b119a251c3de9ee03
parent2798f0193622aa5f064caf0b04b9ba073b8ff6a5 (diff)
downloadrust-plist-develop.tar.bz2
Test on Linux, Mac and Windows with Travis.develop
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a2c0231..fb56084 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,14 @@
+os:
+ - windows
+ - linux
+ - mac
sudo: false
language: rust
rust:
-- nightly
-- beta
-- stable
-- 1.18.0
+ - nightly
+ - beta
+ - stable
+ - 1.18.0
script:
- cargo test
- cargo test --no-default-features