We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc634c commit 2cde84dCopy full SHA for 2cde84d
.travis.yml
@@ -38,7 +38,7 @@ notifications:
38
39
install:
40
- if [ `uname` == "Linux" ] ; then
41
- curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash ;
+ eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)";
42
fi
43
44
script:
0 commit comments