diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b1d8a9c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: rust - -os: - - linux - - osx - -rust: - - stable - - beta - - nightly - -script: - - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then - cargo bench; - cargo build; - cargo test; - else - cargo build; - cargo test; - fi - -notifications: - email: false