Skip to content

Commit

Permalink
Tests run on windows, osx, linux
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jan 3, 2020
1 parent be4a8a1 commit 30f9754
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
sudo: false
language: rust
rust:
- nightly
- beta
- stable
matrix:
include:
- os: windows
rust: stable
- os: osx
rust: stable
- os: linux
rust: stable

cache: cargo

script:
- cargo test -v --no-fail-fast
- cargo test -v --no-fail-fast --features preserve_order
- cargo test -v --no-fail-fast --features inline_comment
- cargo doc --no-deps
- cargo test -v --no-fail-fast
- cargo test -v --no-fail-fast --features preserve_order
- cargo test -v --no-fail-fast --features inline_comment
- cargo doc --no-deps

0 comments on commit 30f9754

Please sign in to comment.