From 4d281f5669b6a314dbe7e8ed60ba5f6b5612b3df Mon Sep 17 00:00:00 2001 From: Rahix Date: Wed, 18 Mar 2020 19:50:56 +0100 Subject: [PATCH] ci: Use atdf2svd from crates.io Signed-off-by: Rahix --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02b056a..f41845a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,7 @@ install: - rustup component add rustfmt - cargo install form || true - cargo install svd2rust || true - - test -f atdf2svd/Cargo.toml || git clone https://github.com/Rahix/atdf2svd - - (cd atdf2svd/ && cargo install --path . || true) + - cargo install atdf2svd || true - python3 -c "__import__('yaml')" || pip3 install --user pyyaml script: -- 2.48.1