diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 740f724..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: rust -rust: - - stable - - nightly -script: - - | - if [[ $TRAVIS_RUST_VERSION == *stable* ]] - then - rustup component add rustfmt - cargo fmt --version - cargo fmt -- --check || (echo "Please reformat your code with 'cargo fmt' (version $(cargo fmt --version))"; false) - fi - - cargo test - - | - [ $TRAVIS_RUST_VERSION != nightly ] || - cargo test --all-features