ci: Use atdf2svd from crates.io Signed-off-by: Rahix <rahix@rahix.de>
1 files changed, 1 insertions(+), 2 deletions(-) M .travis.yml
M .travis.yml => .travis.yml +1 -2
@@ 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: