We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7c1fd commit 017ec5dCopy full SHA for 017ec5d
.travis.yml
@@ -32,7 +32,7 @@ before_install:
32
- curl -o- -L https://yarnpkg.com/install.sh | bash
33
- export PATH="$HOME/.yarn/bin:$PATH"
34
# Use sed to replace the SSH URL with the public URL, then initialize submodules
35
- - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
+ - sed -ie 's/git@github.com:/https:\/\/github.com\//' .gitmodules
36
- git submodule update --init --recursive
37
38
install:
0 commit comments