mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #764 from pre-commit/tidy_top_level
Move testing scripts into testing
This commit is contained in:
commit
507c327b1a
3 changed files with 2 additions and 2 deletions
|
|
@ -19,11 +19,11 @@ before_install:
|
|||
- git --version
|
||||
- |
|
||||
if [ "$LATEST_GIT" = "1" ]; then
|
||||
./latest-git.sh
|
||||
testing/latest-git.sh
|
||||
export PATH="/tmp/git/bin:$PATH"
|
||||
fi
|
||||
- git --version
|
||||
- './get-swift.sh && export PATH="/tmp/swift/usr/bin:$PATH"'
|
||||
- 'testing/get-swift.sh && export PATH="/tmp/swift/usr/bin:$PATH"'
|
||||
- 'curl -sSf https://sh.rustup.rs | bash -s -- -y'
|
||||
- export PATH="$HOME/.cargo/bin:$PATH"
|
||||
after_success: coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue