diff options
| author | Edward Barnard | 2018-10-11 22:31:28 +0100 | 
|---|---|---|
| committer | Edward Barnard | 2018-10-11 22:31:28 +0100 | 
| commit | 8925442664fe8aec2e9986d772e88cdad071e533 (patch) | |
| tree | 04ee234abef203f0dfefca8b119a251c3de9ee03 | |
| parent | 2798f0193622aa5f064caf0b04b9ba073b8ff6a5 (diff) | |
| download | rust-plist-develop.tar.bz2 | |
Test on Linux, Mac and Windows with Travis.develop
| -rw-r--r-- | .travis.yml | 12 | 
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 | 
