From 677ccfa9402fc7e03c2ce89fbfef0cc0bad04d52 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 28 Aug 2019 07:56:16 -0700 Subject: Switch to github actions for CI --- .travis.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c28b88e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: rust -matrix: - include: - - rust: stable - - rust: beta - - rust: nightly - - name: "master doc to gh-pages" - rust: nightly - script: - - cargo doc --no-deps - deploy: - provider: script - script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out) - skip_cleanup: true - on: - branch: master -script: - - cargo test - - cargo test --features preserve_order - - cargo test --manifest-path test-suite/Cargo.toml - - rustdoc --test README.md -L target -notifications: - email: - on_success: never -- cgit v1.2.3