From 091aac42d49b1002fee2b3963b98cd8139337ec9 Mon Sep 17 00:00:00 2001 From: 2ndTaleStudio <43264484+2ndTaleStudio@users.noreply.github.com> Date: Sat, 12 Sep 2020 00:02:26 +0200 Subject: [PATCH] and again fix regex typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 864f36e..e488f73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ matrix: - name: "doc tests" install: # if we not build a PR we remove the patch of the dependencies to their github repo's - - 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then sed -i "//{^\[patch\.crates-io\] /{:a;N;/\Z}/!ba};/^ruspiro-.*\(git\|path\).*/d" Cargo.toml; fi' + - 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then sed -i "/{^\[patch\.crates-io\] /{:a;N;/\Z}/!ba};/^ruspiro-.*\(git\|path\).*/d" Cargo.toml; fi' - cat Cargo.toml script: cargo test --doc --features ruspiro_pi3