Skip to content

Commit 2cde84d

Browse files
devxoulkzaher
authored andcommitted
Use latest swiftenv install script
1 parent 9fc634c commit 2cde84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ notifications:
3838

3939
install:
4040
- if [ `uname` == "Linux" ] ; then
41-
curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash ;
41+
eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)";
4242
fi
4343

4444
script:

0 commit comments

Comments
 (0)