We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd2364 commit f084242Copy full SHA for f084242
.travis.yml
@@ -19,11 +19,11 @@ before_install:
19
- git --version
20
- |
21
if [ "$LATEST_GIT" = "1" ]; then
22
- ./latest-git.sh
+ testing/latest-git.sh
23
export PATH="/tmp/git/bin:$PATH"
24
fi
25
26
- - './get-swift.sh && export PATH="/tmp/swift/usr/bin:$PATH"'
+ - 'testing/get-swift.sh && export PATH="/tmp/swift/usr/bin:$PATH"'
27
- 'curl -sSf https://sh.rustup.rs | bash -s -- -y'
28
- export PATH="$HOME/.cargo/bin:$PATH"
29
after_success: coveralls
get-swift.sh testing/get-swift.shget-swift.sh renamed to testing/get-swift.sh
latest-git.sh testing/latest-git.shlatest-git.sh renamed to testing/latest-git.sh
0 commit comments