Merge pull request #764 from pre-commit/tidy_top_level

Move testing scripts into testing
This commit is contained in:
Anthony Sottile 2018-06-05 19:45:36 -07:00 committed by GitHub
commit 507c327b1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -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