Skip to content

Commit f084242

Browse files
committed
Move testing scripts into testing
1 parent 7cd2364 commit f084242

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ before_install:
1919
- git --version
2020
- |
2121
if [ "$LATEST_GIT" = "1" ]; then
22-
./latest-git.sh
22+
testing/latest-git.sh
2323
export PATH="/tmp/git/bin:$PATH"
2424
fi
2525
- git --version
26-
- './get-swift.sh && export PATH="/tmp/swift/usr/bin:$PATH"'
26+
- 'testing/get-swift.sh && export PATH="/tmp/swift/usr/bin:$PATH"'
2727
- 'curl -sSf https://sh.rustup.rs | bash -s -- -y'
2828
- export PATH="$HOME/.cargo/bin:$PATH"
2929
after_success: coveralls
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)