Stop using Travis CI
This commit is contained in:
parent
972b9520bf
commit
8c8c5bb766
15
.travis.yml
15
.travis.yml
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user