diff options
author | 2019-12-19 07:05:54 +0100 | |
---|---|---|
committer | 2019-12-19 07:05:54 +0100 | |
commit | 8c8c5bb7665c1ac50d2ad355b06f1ea02dc5b4c2 (patch) | |
tree | 3978e9dadbbcb7be03bb9650df90bba76dbf5c3e | |
parent | 972b9520bf10a41065dddbd812b3c5f17f739257 (diff) | |
download | iced-8c8c5bb7665c1ac50d2ad355b06f1ea02dc5b4c2.tar.gz iced-8c8c5bb7665c1ac50d2ad355b06f1ea02dc5b4c2.tar.bz2 iced-8c8c5bb7665c1ac50d2ad355b06f1ea02dc5b4c2.zip |
Stop using Travis CI
-rw-r--r-- | .travis.yml | 15 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7b9f1934..00000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: rust -rust: - - stable - - beta - - nightly -matrix: - allow_failures: - - rust: nightly - fast_finish: true -before_install: - - | - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then - sudo apt-get -qq update - sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev - fi @@ -1,5 +1,5 @@ # Iced -[](https://travis-ci.org/hecrj/iced) +[](https://github.com/hecrj/iced/actions) [][documentation] [](https://crates.io/crates/iced) [](https://github.com/hecrj/iced/blob/master/LICENSE) |