Move testing scripts into testing

This commit is contained in:
Anthony Sottile 2018-06-05 18:26:02 -07:00
parent 7cd2364da7
commit f0842429b9
3 changed files with 2 additions and 2 deletions

View file

@ -19,11 +19,11 @@ before_install:
- git --version - git --version
- | - |
if [ "$LATEST_GIT" = "1" ]; then if [ "$LATEST_GIT" = "1" ]; then
./latest-git.sh testing/latest-git.sh
export PATH="/tmp/git/bin:$PATH" export PATH="/tmp/git/bin:$PATH"
fi fi
- git --version - 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' - 'curl -sSf https://sh.rustup.rs | bash -s -- -y'
- export PATH="$HOME/.cargo/bin:$PATH" - export PATH="$HOME/.cargo/bin:$PATH"
after_success: coveralls after_success: coveralls