Skip to content

Commit

Permalink
and again fix regex typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndTaleStudio committed Sep 11, 2020
1 parent 7dd9d6d commit 091aac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 091aac4

Please sign in to comment.