diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 83c3b1f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -sudo: false -language: rust -cache: cargo - -os: - - linux - -rust: - - nightly - -evn: - - RUST_BACKTRACE=1 - -script: - - cargo test diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 12761d0..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,16 +0,0 @@ -environment: - RUST_BACKTRACE: 1 - matrix: - - TARGET: x86_64-pc-windows-msvc - -install: - - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - - rustup-init.exe -y --default-host %TARGET% - - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - - rustc -V - - cargo -V - -build: false - -test_script: - - cargo test \ No newline at end of file