Skip to content

Commit e61e390

Browse files
committed
build: Added -e to sed command for mac specific version
1 parent f429a54 commit e61e390

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
@@ -13,7 +13,7 @@ git:
1313
submodules: false
1414
before_install:
1515
# Use sed to replace the SSH URL with the public URL, then initialize submodules
16-
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
16+
- sed -i -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
1717
- git submodule update --init --recursive
1818
- chmod a+x ./Travis/installUnity.sh
1919
- npm install -g [email protected]

0 commit comments

Comments
 (0)